#D2DD85

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

Shades of Deco #D2DD85

Tints of Deco #D2DD85

Color information

#D2DD85 (or 0xD2DD85) is unknown color: approx Deco. HEX triplet: D2, DD and 85. RGB value is (210,221,133). Sum of RGB (Red+Green+Blue) = 210+221+133=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DD85 is #2D227A. Grayscale: #D0D0D0. Windows color (decimal): -2957947 or 8773074. OLE color: 8773074.

HSL color Cylindrical-coordinate representation of color #D2DD85: hue angle of 67.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2DD85 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB210221133-
CMYK0.0500.400.13
HSL67.5º56.41%69.41%-
HSV(B)67.5º39.82%86.67%-
XYZ56.6767.1132.16-
YUV207.6885.86129.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 133 (52.34% from 255) = 23.58%
R=37.23%
G=39.18%
B=23.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102211330.0500.400.1367.556.4169.41
HexD2DD855028D443845
Octal32233520550501510470105
Binary1101001011011101100001011010101000110110001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DD85; }

 p { color: rgb(210,221,133); }

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

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

 a { background-color: rgb(210,221,133); }

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

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

 span { border-color: rgb(210,221,133); }

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