#D5D48E

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

Shades of Deco #D5D48E

Tints of Deco #D5D48E

Color information

#D5D48E (or 0xD5D48E) is unknown color: approx Deco. HEX triplet: D5, D4 and 8E. RGB value is (213,212,142). Sum of RGB (Red+Green+Blue) = 213+212+142=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 142 (55.86% from 255 or 25.04% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D48E is #2A2B71. Grayscale: #CCCCCC. Windows color (decimal): -2763634 or 9360597. OLE color: 9360597.

HSL color Cylindrical-coordinate representation of color #D5D48E: hue angle of 59.15º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5D48E is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213212142-
CMYK00.000.330.16
HSL59.15º45.81%69.61%-
HSV(B)59.15º33.33%83.53%-
XYZ55.8763.1934.84-
YUV204.3292.83134.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 212 (83.20% from 255) = 37.39%
BLUE value IS 142 (55.86% from 255) = 25.04%
R=37.57%
G=37.39%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321214200.000.330.1659.1545.8169.61
HexD5D48E0021103b2e46
Octal3253242160041207356106
Binary11010101110101001000111000100001100001110111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D48E; }

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

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

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

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

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

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

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

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