#DFBC74

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

Shades of Chenin #DFBC74

Tints of Chenin #DFBC74

Color information

#DFBC74 (or 0xDFBC74) is unknown color: approx Chenin. HEX triplet: DF, BC and 74. RGB value is (223,188,116). Sum of RGB (Red+Green+Blue) = 223+188+116=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC74 is #20438B. Grayscale: #BEBEBE. Windows color (decimal): -2114444 or 7650527. OLE color: 7650527.

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

Color convert

RGB223188116-
CMYK00.160.480.13
HSL40.37º62.57%66.47%-
HSV(B)40.37º47.98%87.45%-
XYZ51.5752.9224.02-
YUV190.2686.1151.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 116 (45.70% from 255) = 22.01%
R=42.31%
G=35.67%
B=22.01%

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
Decimal22318811600.160.480.1340.3762.5766.47
HexDFBC7401030D283f42
Octal33727416402060155077102
Binary1101111110111100111010001000011000011011010001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBC74; }

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

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

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

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

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

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

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

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