#D5D881

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

Shades of Deco #D5D881

Tints of Deco #D5D881

Color information

#D5D881 (or 0xD5D881) is unknown color: approx Deco. HEX triplet: D5, D8 and 81. RGB value is (213,216,129). Sum of RGB (Red+Green+Blue) = 213+216+129=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D881 is #2A277E. Grayscale: #CDCDCD. Windows color (decimal): -2762623 or 8509653. OLE color: 8509653.

HSL color Cylindrical-coordinate representation of color #D5D881: hue angle of 62.07º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5D881 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB213216129-
CMYK0.0100.400.15
HSL62.07º52.73%67.65%-
HSV(B)62.07º40.28%84.71%-
XYZ55.9664.8430.34-
YUV205.1885.01133.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 216 (84.77% from 255) = 38.71%
BLUE value IS 129 (50.78% from 255) = 23.12%
R=38.17%
G=38.71%
B=23.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132161290.0100.400.1562.0752.7367.65
HexD5D8811028F3e3544
Octal3253302011050177665104
Binary1101010111011000100000011010100011111111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D881; }

 p { color: rgb(213,216,129); }

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

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

 a { background-color: rgb(213,216,129); }

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

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

 span { border-color: rgb(213,216,129); }

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