#D2C86D

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

Shades of Chenin #D2C86D

Tints of Chenin #D2C86D

Color information

#D2C86D (or 0xD2C86D) is unknown color: approx Chenin. HEX triplet: D2, C8 and 6D. RGB value is (210,200,109). Sum of RGB (Red+Green+Blue) = 210+200+109=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C86D is #2D3792. Grayscale: #C0C0C0. Windows color (decimal): -2963347 or 7194834. OLE color: 7194834.

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

Color convert

RGB210200109-
CMYK00.050.480.18
HSL54.06º52.88%62.55%-
HSV(B)54.06º48.1%82.35%-
XYZ49.9956.1122.66-
YUV192.6280.81140.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 109 (42.97% from 255) = 21.00%
R=40.46%
G=38.54%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020010900.050.480.1854.0652.8862.55
HexD2C86D05301236353f
Octal322310155056022666577
Binary11010010110010001101101010111000010010110110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C86D; }

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

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

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

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

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

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

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

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