#D2CE87

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

Shades of Deco #D2CE87

Tints of Deco #D2CE87

Color information

#D2CE87 (or 0xD2CE87) is unknown color: approx Deco. HEX triplet: D2, CE and 87. RGB value is (210,206,135). Sum of RGB (Red+Green+Blue) = 210+206+135=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CE87 is #2D3178. Grayscale: #C7C7C7. Windows color (decimal): -2961785 or 8900306. OLE color: 8900306.

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

Color convert

RGB210206135-
CMYK00.020.360.18
HSL56.8º45.45%67.65%-
HSV(B)56.8º35.71%82.35%-
XYZ53.0259.5931.63-
YUV199.191.83135.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 135 (53.12% from 255) = 24.50%
R=38.11%
G=37.39%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020613500.020.360.1856.845.4567.65
HexD2CE87022412392d44
Octal3223162070244227155104
Binary110100101100111010000111010100100100101110011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CE87; }

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

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

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

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

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

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

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

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