#D9D05A

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

Shades of Manz #D9D05A

Tints of Manz #D9D05A

Color information

#D9D05A (or 0xD9D05A) is unknown color: approx Manz. HEX triplet: D9, D0 and 5A. RGB value is (217,208,90). Sum of RGB (Red+Green+Blue) = 217+208+90=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D05A is #262FA5. Grayscale: #C5C5C5. Windows color (decimal): -2502566 or 5951705. OLE color: 5951705.

HSL color Cylindrical-coordinate representation of color #D9D05A: hue angle of 55.75º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9D05A is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21720890-
CMYK00.040.590.15
HSL55.75º62.56%60.2%-
HSV(B)55.75º58.53%85.1%-
XYZ53.0260.618.58-
YUV197.2467.48142.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 90 (35.55% from 255) = 17.48%
R=42.14%
G=40.39%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172089000.040.590.1555.7562.5660.2
HexD9D05A043BF383f3c
Octal331320132047317707774
Binary1101100111010000101101001001110111111111000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D05A; }

 p { color: rgb(217,208,90); }

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

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

 a { background-color: rgb(217,208,90); }

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

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

 span { border-color: rgb(217,208,90); }

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