#D0C86B

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

Shades of Chenin #D0C86B

Tints of Chenin #D0C86B

Color information

#D0C86B (or 0xD0C86B) is unknown color: approx Chenin. HEX triplet: D0, C8 and 6B. RGB value is (208,200,107). Sum of RGB (Red+Green+Blue) = 208+200+107=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C86B is #2F3794. Grayscale: #C0C0C0. Windows color (decimal): -3094421 or 7063760. OLE color: 7063760.

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

Color convert

RGB208200107-
CMYK00.040.490.18
HSL55.25º51.79%61.76%-
HSV(B)55.25º48.56%81.57%-
XYZ49.3255.7822.08-
YUV191.7980.15139.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 107 (42.19% from 255) = 20.78%
R=40.39%
G=38.83%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820010700.040.490.1855.2551.7961.76
HexD0C86B04311237343e
Octal320310153046122676476
Binary11010000110010001101011010011000110010110111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C86B; }

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

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

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

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

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

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

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

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