#DFC970

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

Shades of Chenin #DFC970

Tints of Chenin #DFC970

Color information

#DFC970 (or 0xDFC970) is unknown color: approx Chenin. HEX triplet: DF, C9 and 70. RGB value is (223,201,112). Sum of RGB (Red+Green+Blue) = 223+201+112=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC970 is #20368F. Grayscale: #C5C5C5. Windows color (decimal): -2111120 or 7391711. OLE color: 7391711.

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

Color convert

RGB223201112-
CMYK00.100.500.13
HSL48.11º63.43%65.69%-
HSV(B)48.11º49.78%87.45%-
XYZ54.2458.6323.79-
YUV197.4379.79146.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 201 (78.91% from 255) = 37.5%
BLUE value IS 112 (44.14% from 255) = 20.90%
R=41.60%
G=37.5%
B=20.90%

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
Decimal22320111200.100.500.1348.1163.4365.69
HexDFC9700A32D303f42
Octal33731116001262156077102
Binary110111111100100111100000101011001011011100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC970; }

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

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

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

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

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

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

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

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