#D9D55B

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

Shades of Manz #D9D55B

Tints of Manz #D9D55B

Color information

#D9D55B (or 0xD9D55B) is unknown color: approx Manz. HEX triplet: D9, D5 and 5B. RGB value is (217,213,91). Sum of RGB (Red+Green+Blue) = 217+213+91=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D55B is #262AA4. Grayscale: #C8C8C8. Windows color (decimal): -2501285 or 6018521. OLE color: 6018521.

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

Color convert

RGB21721391-
CMYK00.020.580.15
HSL58.1º62.38%60.39%-
HSV(B)58.1º58.06%85.1%-
XYZ54.363.119.21-
YUV200.2966.33139.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 91 (35.94% from 255) = 17.47%
R=41.65%
G=40.88%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172139100.020.580.1558.162.3860.39
HexD9D55B023AF3a3e3c
Octal331325133027217727674
Binary110110011101010110110110101110101111111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D55B; }

 p { color: rgb(217,213,91); }

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

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

 a { background-color: rgb(217,213,91); }

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

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

 span { border-color: rgb(217,213,91); }

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