#D4D58E

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

Shades of Deco #D4D58E

Tints of Deco #D4D58E

Color information

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

HSL color Cylindrical-coordinate representation of color #D4D58E: hue angle of 60.85º 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 #D4D58E is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB212213142-
CMYK0.0000.330.16
HSL60.85º45.81%69.61%-
HSV(B)60.85º33.33%83.53%-
XYZ55.8363.5434.91-
YUV204.6192.67133.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131420.0000.330.1660.8545.8169.61
HexD4D58E0021103d2e46
Octal3243252160041207556106
Binary11010100110101011000111000100001100001111011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D58E; }

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

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

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

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

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

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

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

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