#DFC870

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

Shades of Chenin #DFC870

Tints of Chenin #DFC870

Color information

#DFC870 (or 0xDFC870) is unknown color: approx Chenin. HEX triplet: DF, C8 and 70. RGB value is (223,200,112). Sum of RGB (Red+Green+Blue) = 223+200+112=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC870 is #20378F. Grayscale: #C5C5C5. Windows color (decimal): -2111376 or 7391455. OLE color: 7391455.

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

Color convert

RGB223200112-
CMYK00.100.500.13
HSL47.57º63.43%65.69%-
HSV(B)47.57º49.78%87.45%-
XYZ54.0158.1723.71-
YUV196.8480.12146.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 112 (44.14% from 255) = 20.93%
R=41.68%
G=37.38%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320011200.100.500.1347.5763.4365.69
HexDFC8700A32D303f42
Octal33731016001262156077102
Binary110111111100100011100000101011001011011100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC870; }

 p { color: rgb(223,200,112); }

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

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

 a { background-color: rgb(223,200,112); }

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

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

 span { border-color: rgb(223,200,112); }

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