#D2CE89

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

Shades of Deco #D2CE89

Tints of Deco #D2CE89

Color information

#D2CE89 (or 0xD2CE89) is unknown color: approx Deco. HEX triplet: D2, CE and 89. RGB value is (210,206,137). Sum of RGB (Red+Green+Blue) = 210+206+137=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CE89 is #2D3176. Grayscale: #C7C7C7. Windows color (decimal): -2961783 or 9031378. OLE color: 9031378.

HSL color Cylindrical-coordinate representation of color #D2CE89: hue angle of 56.71º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2CE89 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB210206137-
CMYK00.020.350.18
HSL56.71º44.79%68.04%-
HSV(B)56.71º34.76%82.35%-
XYZ53.1759.6532.38-
YUV199.3392.83135.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 137 (53.91% from 255) = 24.77%
R=37.97%
G=37.25%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020613700.020.350.1856.7144.7968.04
HexD2CE89022312392d44
Octal3223162110243227155104
Binary110100101100111010001001010100011100101110011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CE89; }

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

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

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

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

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

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

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

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