#D4D492

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

Shades of Deco #D4D492

Tints of Deco #D4D492

Color information

#D4D492 (or 0xD4D492) is unknown color: approx Deco. HEX triplet: D4, D4 and 92. RGB value is (212,212,146). Sum of RGB (Red+Green+Blue) = 212+212+146=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 146 (57.42% from 255 or 25.61% from 570); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D492 is #2B2B6D. Grayscale: #CCCCCC. Windows color (decimal): -2829166 or 9622740. OLE color: 9622740.

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

Color convert

RGB212212146-
CMYK000.310.17
HSL60º43.42%70.2%-
HSV(B)60º31.13%83.14%-
XYZ55.8863.1636.44-
YUV204.4895133.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.19%
GREEN value IS 212 (83.20% from 255) = 37.19%
BLUE value IS 146 (57.42% from 255) = 25.61%
R=37.19%
G=37.19%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212212146000.310.176043.4270.2
HexD4D492001F113c2b46
Octal3243242220037217453106
Binary1101010011010100100100100011111100011111001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D492; }

 p { color: rgb(212,212,146); }

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

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

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

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

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

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

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