#DFC070

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

Shades of Chenin #DFC070

Tints of Chenin #DFC070

Color information

#DFC070 (or 0xDFC070) is unknown color: approx Chenin. HEX triplet: DF, C0 and 70. RGB value is (223,192,112). Sum of RGB (Red+Green+Blue) = 223+192+112=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC070 is #203F8F. Grayscale: #C0C0C0. Windows color (decimal): -2113424 or 7389407. OLE color: 7389407.

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

Color convert

RGB223192112-
CMYK00.140.500.13
HSL43.24º63.43%65.69%-
HSV(B)43.24º49.78%87.45%-
XYZ52.2154.5623.11-
YUV192.1582.77150-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 112 (44.14% from 255) = 21.25%
R=42.31%
G=36.43%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319211200.140.500.1343.2463.4365.69
HexDFC0700E32D2b3f42
Octal33730016001662155377102
Binary110111111100000011100000111011001011011010111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC070; }

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

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

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

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

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

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

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

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