#D4DA87

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

Shades of Deco #D4DA87

Tints of Deco #D4DA87

Color information

#D4DA87 (or 0xD4DA87) is unknown color: approx Deco. HEX triplet: D4, DA and 87. RGB value is (212,218,135). Sum of RGB (Red+Green+Blue) = 212+218+135=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 135 (53.12% from 255 or 23.89% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DA87 is #2B2578. Grayscale: #CFCFCF. Windows color (decimal): -2827641 or 8903380. OLE color: 8903380.

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

Color convert

RGB212218135-
CMYK0.0300.380.15
HSL64.34º52.87%69.22%-
HSV(B)64.34º38.07%85.49%-
XYZ56.665.8932.66-
YUV206.7487.51131.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 135 (53.12% from 255) = 23.89%
R=37.52%
G=38.58%
B=23.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122181350.0300.380.1564.3452.8769.22
HexD4DA873026F403545
Octal32433220730461710065105
Binary110101001101101010000111110100110111110000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DA87; }

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

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

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

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

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

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

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

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