#DFC86F

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

Shades of Chenin #DFC86F

Tints of Chenin #DFC86F

Color information

#DFC86F (or 0xDFC86F) is unknown color: approx Chenin. HEX triplet: DF, C8 and 6F. RGB value is (223,200,111). Sum of RGB (Red+Green+Blue) = 223+200+111=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC86F is #203790. Grayscale: #C5C5C5. Windows color (decimal): -2111377 or 7325919. OLE color: 7325919.

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

Color convert

RGB223200111-
CMYK00.100.500.13
HSL47.68º63.64%65.49%-
HSV(B)47.68º50.22%87.45%-
XYZ53.9558.1423.42-
YUV196.7379.62146.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.76%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 111 (43.75% from 255) = 20.79%
R=41.76%
G=37.45%
B=20.79%

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
Decimal22320011100.100.500.1347.6863.6465.49
HexDFC86F0A32D304041
Octal337310157012621560100101
Binary1101111111001000110111101010110010110111000010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC86F; }

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

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

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

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

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

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

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

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