#D2C869

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

Shades of Chenin #D2C869

Tints of Chenin #D2C869

Color information

#D2C869 (or 0xD2C869) is unknown color: approx Chenin. HEX triplet: D2, C8 and 69. RGB value is (210,200,105). Sum of RGB (Red+Green+Blue) = 210+200+105=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C869 is #2D3796. Grayscale: #C0C0C0. Windows color (decimal): -2963351 or 6932690. OLE color: 6932690.

HSL color Cylindrical-coordinate representation of color #D2C869: hue angle of 54.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2C869 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210200105-
CMYK00.050.500.18
HSL54.29º53.85%61.76%-
HSV(B)54.29º50%82.35%-
XYZ49.7856.0321.56-
YUV192.1678.81140.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 105 (41.41% from 255) = 20.39%
R=40.78%
G=38.83%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020010500.050.500.1854.2953.8561.76
HexD2C86905321236363e
Octal322310151056222666676
Binary11010010110010001101001010111001010010110110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C869; }

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

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

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

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

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

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

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

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