#DFC770

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

Shades of Chenin #DFC770

Tints of Chenin #DFC770

Color information

#DFC770 (or 0xDFC770) is unknown color: approx Chenin. HEX triplet: DF, C7 and 70. RGB value is (223,199,112). Sum of RGB (Red+Green+Blue) = 223+199+112=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC770 is #20388F. Grayscale: #C4C4C4. Windows color (decimal): -2111632 or 7391199. OLE color: 7391199.

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

Color convert

RGB223199112-
CMYK00.110.500.13
HSL47.03º63.43%65.69%-
HSV(B)47.03º49.78%87.45%-
XYZ53.7857.723.63-
YUV196.2680.45147.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.76%
GREEN value IS 199 (78.12% from 255) = 37.27%
BLUE value IS 112 (44.14% from 255) = 20.97%
R=41.76%
G=37.27%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319911200.110.500.1347.0363.4365.69
HexDFC7700B32D2f3f42
Octal33730716001362155777102
Binary110111111100011111100000101111001011011011111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC770; }

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

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

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

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

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

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

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

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