#D4D087

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

Shades of Deco #D4D087

Tints of Deco #D4D087

Color information

#D4D087 (or 0xD4D087) is unknown color: approx Deco. HEX triplet: D4, D0 and 87. RGB value is (212,208,135). Sum of RGB (Red+Green+Blue) = 212+208+135=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D087 is #2B2F78. Grayscale: #C9C9C9. Windows color (decimal): -2830201 or 8900820. OLE color: 8900820.

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

Color convert

RGB212208135-
CMYK00.020.360.17
HSL56.88º47.24%68.04%-
HSV(B)56.88º36.32%83.14%-
XYZ54.0860.8631.82-
YUV200.8790.83135.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 208 (81.64% from 255) = 37.48%
BLUE value IS 135 (53.12% from 255) = 24.32%
R=38.20%
G=37.48%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220813500.020.360.1756.8847.2468.04
HexD4D087022411392f44
Octal3243202070244217157104
Binary110101001101000010000111010100100100011110011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D087; }

 p { color: rgb(212,208,135); }

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

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

 a { background-color: rgb(212,208,135); }

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

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

 span { border-color: rgb(212,208,135); }

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