#D4D992

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

Shades of Deco #D4D992

Tints of Deco #D4D992

Color information

#D4D992 (or 0xD4D992) is unknown color: approx Deco. HEX triplet: D4, D9 and 92. RGB value is (212,217,146). Sum of RGB (Red+Green+Blue) = 212+217+146=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D992 is #2B266D. Grayscale: #CFCFCF. Windows color (decimal): -2827886 or 9624020. OLE color: 9624020.

HSL color Cylindrical-coordinate representation of color #D4D992: hue angle of 64.23º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4D992 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB212217146-
CMYK0.0200.330.15
HSL64.23º48.3%71.18%-
HSV(B)64.23º32.72%85.1%-
XYZ57.1565.736.86-
YUV207.4193.34131.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.87%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 146 (57.42% from 255) = 25.39%
R=36.87%
G=37.74%
B=25.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122171460.0200.330.1564.2348.371.18
HexD4D9922021F403047
Octal32433122220411710060107
Binary110101001101100110010010100100001111110000001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D992; }

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

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

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

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

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

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

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

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