#D2D87D

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

Shades of Deco #D2D87D

Tints of Deco #D2D87D

Color information

#D2D87D (or 0xD2D87D) is unknown color: approx Deco. HEX triplet: D2, D8 and 7D. RGB value is (210,216,125). Sum of RGB (Red+Green+Blue) = 210+216+125=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D87D is #2D2782. Grayscale: #CCCCCC. Windows color (decimal): -2959235 or 8247506. OLE color: 8247506.

HSL color Cylindrical-coordinate representation of color #D2D87D: hue angle of 63.96º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2D87D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB210216125-
CMYK0.0300.420.15
HSL63.96º53.85%66.86%-
HSV(B)63.96º42.13%84.71%-
XYZ54.8464.2928.92-
YUV203.8383.51132.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 216 (84.77% from 255) = 39.20%
BLUE value IS 125 (49.22% from 255) = 22.69%
R=38.11%
G=39.20%
B=22.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102161250.0300.420.1563.9653.8566.86
HexD2D87D302AF403643
Octal32233017530521710066103
Binary11010010110110001111101110101010111110000001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D87D; }

 p { color: rgb(210,216,125); }

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

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

 a { background-color: rgb(210,216,125); }

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

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

 span { border-color: rgb(210,216,125); }

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