#D0DA87

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

Shades of Deco #D0DA87

Tints of Deco #D0DA87

Color information

#D0DA87 (or 0xD0DA87) is unknown color: approx Deco. HEX triplet: D0, DA and 87. RGB value is (208,218,135). Sum of RGB (Red+Green+Blue) = 208+218+135=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DA87 is #2F2578. Grayscale: #CDCDCD. Windows color (decimal): -3089785 or 8903376. OLE color: 8903376.

HSL color Cylindrical-coordinate representation of color #D0DA87: hue angle of 67.23º 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 #D0DA87 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB208218135-
CMYK0.0500.380.15
HSL67.23º52.87%69.22%-
HSV(B)67.23º38.07%85.49%-
XYZ55.4665.332.6-
YUV205.5588.19129.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 135 (53.12% from 255) = 24.06%
R=37.08%
G=38.86%
B=24.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181350.0500.380.1567.2352.8769.22
HexD0DA875026F433545
Octal32033220750461710365105
Binary1101000011011010100001111010100110111110000111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DA87; }

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

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

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

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

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

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

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

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