#DFC564

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

Shades of Chenin #DFC564

Tints of Chenin #DFC564

Color information

#DFC564 (or 0xDFC564) is unknown color: approx Chenin. HEX triplet: DF, C5 and 64. RGB value is (223,197,100). Sum of RGB (Red+Green+Blue) = 223+197+100=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC564 is #203A9B. Grayscale: #C2C2C2. Windows color (decimal): -2112156 or 6604255. OLE color: 6604255.

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

Color convert

RGB223197100-
CMYK00.120.550.13
HSL47.32º65.78%63.33%-
HSV(B)47.32º55.16%87.45%-
XYZ52.756.5420.19-
YUV193.7275.11148.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 100 (39.45% from 255) = 19.23%
R=42.88%
G=37.88%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319710000.120.550.1347.3265.7863.33
HexDFC5640C37D2f423f
Octal33730514401467155710277
Binary110111111100010111001000110011011111011011111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC564; }

 p { color: rgb(223,197,100); }

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

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

 a { background-color: rgb(223,197,100); }

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

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

 span { border-color: rgb(223,197,100); }

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