#D2DA88

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

Shades of Deco #D2DA88

Tints of Deco #D2DA88

Color information

#D2DA88 (or 0xD2DA88) is unknown color: approx Deco. HEX triplet: D2, DA and 88. RGB value is (210,218,136). Sum of RGB (Red+Green+Blue) = 210+218+136=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DA88 is #2D2577. Grayscale: #CECECE. Windows color (decimal): -2958712 or 8968914. OLE color: 8968914.

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

Color convert

RGB210218136-
CMYK0.0400.380.15
HSL65.85º52.56%69.41%-
HSV(B)65.85º37.61%85.49%-
XYZ56.0965.6233-
YUV206.2688.35130.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 218 (85.55% from 255) = 38.65%
BLUE value IS 136 (53.52% from 255) = 24.11%
R=37.23%
G=38.65%
B=24.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102181360.0400.380.1565.8552.5669.41
HexD2DA884026F423545
Octal32233221040461710265105
Binary1101001011011010100010001000100110111110000101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DA88; }

 p { color: rgb(210,218,136); }

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

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

 a { background-color: rgb(210,218,136); }

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

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

 span { border-color: rgb(210,218,136); }

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