#D4D390

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

Shades of Deco #D4D390

Tints of Deco #D4D390

Color information

#D4D390 (or 0xD4D390) is unknown color: approx Deco. HEX triplet: D4, D3 and 90. RGB value is (212,211,144). Sum of RGB (Red+Green+Blue) = 212+211+144=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D390 is #2B2C6F. Grayscale: #CBCBCB. Windows color (decimal): -2829424 or 9491412. OLE color: 9491412.

HSL color Cylindrical-coordinate representation of color #D4D390: hue angle of 59.12º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4D390 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212211144-
CMYK00.000.320.17
HSL59.12º44.16%69.8%-
HSV(B)59.12º32.08%83.14%-
XYZ55.4862.635.54-
YUV203.6694.33133.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 211 (82.81% from 255) = 37.21%
BLUE value IS 144 (56.64% from 255) = 25.40%
R=37.39%
G=37.21%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221114400.000.320.1759.1244.1669.8
HexD4D3900020113b2c46
Octal3243232200040217354106
Binary11010100110100111001000000100000100011110111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D390; }

 p { color: rgb(212,211,144); }

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

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

 a { background-color: rgb(212,211,144); }

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

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

 span { border-color: rgb(212,211,144); }

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