#D5DB8D

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

Shades of Deco #D5DB8D

Tints of Deco #D5DB8D

Color information

#D5DB8D (or 0xD5DB8D) is unknown color: approx Deco. HEX triplet: D5, DB and 8D. RGB value is (213,219,141). Sum of RGB (Red+Green+Blue) = 213+219+141=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DB8D is #2A2472. Grayscale: #D0D0D0. Windows color (decimal): -2761843 or 9296853. OLE color: 9296853.

HSL color Cylindrical-coordinate representation of color #D5DB8D: hue angle of 64.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5DB8D is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB213219141-
CMYK0.0300.360.14
HSL64.62º52%70.59%-
HSV(B)64.62º35.62%85.88%-
XYZ57.5866.7335.05-
YUV208.3190.01131.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 141 (55.47% from 255) = 24.61%
R=37.17%
G=38.22%
B=24.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132191410.0300.360.1464.625270.59
HexD5DB8D3024E413447
Octal32533321530441610164107
Binary110101011101101110001101110100100111010000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DB8D; }

 p { color: rgb(213,219,141); }

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

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

 a { background-color: rgb(213,219,141); }

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

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

 span { border-color: rgb(213,219,141); }

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