#D5DD85

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

Shades of Deco #D5DD85

Tints of Deco #D5DD85

Color information

#D5DD85 (or 0xD5DD85) is unknown color: approx Deco. HEX triplet: D5, DD and 85. RGB value is (213,221,133). Sum of RGB (Red+Green+Blue) = 213+221+133=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DD85 is #2A227A. Grayscale: #D0D0D0. Windows color (decimal): -2761339 or 8773077. OLE color: 8773077.

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

Color convert

RGB213221133-
CMYK0.0400.400.13
HSL65.45º56.41%69.41%-
HSV(B)65.45º39.82%86.67%-
XYZ57.5367.5532.2-
YUV208.5885.35131.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 133 (52.34% from 255) = 23.46%
R=37.57%
G=38.98%
B=23.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132211330.0400.400.1365.4556.4169.41
HexD5DD854028D413845
Octal32533520540501510170105
Binary1101010111011101100001011000101000110110000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DD85; }

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

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

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

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

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

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

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

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