#D0C86D

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

Shades of Chenin #D0C86D

Tints of Chenin #D0C86D

Color information

#D0C86D (or 0xD0C86D) is unknown color: approx Chenin. HEX triplet: D0, C8 and 6D. RGB value is (208,200,109). Sum of RGB (Red+Green+Blue) = 208+200+109=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C86D is #2F3792. Grayscale: #C0C0C0. Windows color (decimal): -3094419 or 7194832. OLE color: 7194832.

HSL color Cylindrical-coordinate representation of color #D0C86D: hue angle of 55.15º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0C86D is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB208200109-
CMYK00.040.480.18
HSL55.15º51.3%62.16%-
HSV(B)55.15º47.6%81.57%-
XYZ49.4355.8222.64-
YUV192.0281.15139.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 109 (42.97% from 255) = 21.08%
R=40.23%
G=38.68%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820010900.040.480.1855.1551.362.16
HexD0C86D04301237333e
Octal320310155046022676376
Binary11010000110010001101101010011000010010110111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C86D; }

 p { color: rgb(208,200,109); }

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

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

 a { background-color: rgb(208,200,109); }

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

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

 span { border-color: rgb(208,200,109); }

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