#D5DB8E

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

Shades of Deco #D5DB8E

Tints of Deco #D5DB8E

Color information

#D5DB8E (or 0xD5DB8E) is unknown color: approx Deco. HEX triplet: D5, DB and 8E. RGB value is (213,219,142). Sum of RGB (Red+Green+Blue) = 213+219+142=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DB8E is #2A2471. Grayscale: #D0D0D0. Windows color (decimal): -2761842 or 9362389. OLE color: 9362389.

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

Color convert

RGB213219142-
CMYK0.0300.350.14
HSL64.68º51.68%70.78%-
HSV(B)64.68º35.16%85.88%-
XYZ57.6566.7635.44-
YUV208.4390.51131.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.11%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 142 (55.86% from 255) = 24.74%
R=37.11%
G=38.15%
B=24.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132191420.0300.350.1464.6851.6870.78
HexD5DB8E3023E413447
Octal32533321630431610164107
Binary110101011101101110001110110100011111010000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DB8E; }

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

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

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

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

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

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

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

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