#D6D289

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

Shades of Deco #D6D289

Tints of Deco #D6D289

Color information

#D6D289 (or 0xD6D289) is unknown color: approx Deco. HEX triplet: D6, D2 and 89. RGB value is (214,210,137). Sum of RGB (Red+Green+Blue) = 214+210+137=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D289 is #292D76. Grayscale: #CBCBCB. Windows color (decimal): -2698615 or 9032406. OLE color: 9032406.

HSL color Cylindrical-coordinate representation of color #D6D289: hue angle of 56.88º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6D289 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214210137-
CMYK00.020.360.16
HSL56.88º48.43%68.82%-
HSV(B)56.88º35.98%83.92%-
XYZ55.2962.232.76-
YUV202.8790.83135.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 137 (53.91% from 255) = 24.42%
R=38.15%
G=37.43%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421013700.020.360.1656.8848.4368.82
HexD6D289022410393045
Octal3263222110244207160105
Binary110101101101001010001001010100100100001110011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D289; }

 p { color: rgb(214,210,137); }

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

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

 a { background-color: rgb(214,210,137); }

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

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

 span { border-color: rgb(214,210,137); }

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