#D4D15A

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

Shades of Manz #D4D15A

Tints of Manz #D4D15A

Color information

#D4D15A (or 0xD4D15A) is unknown color: approx Manz. HEX triplet: D4, D1 and 5A. RGB value is (212,209,90). Sum of RGB (Red+Green+Blue) = 212+209+90=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D15A is #2B2EA5. Grayscale: #C4C4C4. Windows color (decimal): -2829990 or 5951956. OLE color: 5951956.

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

Color convert

RGB21220990-
CMYK00.010.580.17
HSL58.52º58.65%59.22%-
HSV(B)58.52º57.55%83.14%-
XYZ51.860.3418.59-
YUV196.3367.99139.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 209 (82.03% from 255) = 40.90%
BLUE value IS 90 (35.55% from 255) = 17.61%
R=41.49%
G=40.90%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122099000.010.580.1758.5258.6559.22
HexD4D15A013A113b3b3b
Octal324321132017221737373
Binary110101001101000110110100111101010001111011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D15A; }

 p { color: rgb(212,209,90); }

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

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

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

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

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

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

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