#DFBE74

Color #DFBE74 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #DFBE74

Tints of Chenin #DFBE74

Color information

#DFBE74 (or 0xDFBE74) is unknown color: approx Chenin. HEX triplet: DF, BE and 74. RGB value is (223,190,116). Sum of RGB (Red+Green+Blue) = 223+190+116=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE74 is #20418B. Grayscale: #BFBFBF. Windows color (decimal): -2113932 or 7651039. OLE color: 7651039.

HSL color Cylindrical-coordinate representation of color #DFBE74: hue angle of 41.5º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFBE74 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB223190116-
CMYK00.150.480.13
HSL41.5º62.57%66.47%-
HSV(B)41.5º47.98%87.45%-
XYZ5253.7824.16-
YUV191.4385.43150.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=42.16%
G=35.92%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319011600.150.480.1341.562.5766.47
HexDFBE740F30D293f42
Octal33727616401760155177102
Binary110111111011111011101000111111000011011010011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBE74; }

 p { color: rgb(223,190,116); }

 H1.HeaderClassName
 {
   color: #DFBE74;
 }
 .AnyTagClassName
 {
   color: #DFBE74;
 }
</style>
background-color css

<style>
 a { background-color: #DFBE74; }

 a { background-color: rgb(223,190,116); }

 div.DivClassName
 {
   background-color: #DFBE74;
 }
 .BgClassName
 {
   background-color: #DFBE74;
 }
</style>
border-color css

<style>
 span { border-color: #DFBE74; }

 span { border-color: rgb(223,190,116); }

 td.TdClassName
 {
   border-color: #DFBE74;
 }
 .TagClassName
 {
   border-color: #DFBE74;
 }
</style>