#DFBB74

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

Shades of Chenin #DFBB74

Tints of Chenin #DFBB74

Color information

#DFBB74 (or 0xDFBB74) is unknown color: approx Chenin. HEX triplet: DF, BB and 74. RGB value is (223,187,116). Sum of RGB (Red+Green+Blue) = 223+187+116=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB74 is #20448B. Grayscale: #BDBDBD. Windows color (decimal): -2114700 or 7650271. OLE color: 7650271.

HSL color Cylindrical-coordinate representation of color #DFBB74: hue angle of 39.81º 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 #DFBB74 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB223187116-
CMYK00.160.480.13
HSL39.81º62.57%66.47%-
HSV(B)39.81º47.98%87.45%-
XYZ51.3552.4923.95-
YUV189.6786.43151.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 116 (45.70% from 255) = 22.05%
R=42.40%
G=35.55%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318711600.160.480.1339.8162.5766.47
HexDFBB7401030D283f42
Octal33727316402060155077102
Binary1101111110111011111010001000011000011011010001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBB74; }

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

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

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

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

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

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

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

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