#D9D55C

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

Shades of Manz #D9D55C

Tints of Manz #D9D55C

Color information

#D9D55C (or 0xD9D55C) is unknown color: approx Manz. HEX triplet: D9, D5 and 5C. RGB value is (217,213,92). Sum of RGB (Red+Green+Blue) = 217+213+92=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D55C is #262AA3. Grayscale: #C8C8C8. Windows color (decimal): -2501284 or 6084057. OLE color: 6084057.

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

Color convert

RGB21721392-
CMYK00.020.580.15
HSL58.08º62.19%60.59%-
HSV(B)58.08º57.6%85.1%-
XYZ54.3463.1119.44-
YUV200.466.83139.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 92 (36.33% from 255) = 17.62%
R=41.57%
G=40.80%
B=17.62%

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
Decimal2172139200.020.580.1558.0862.1960.59
HexD9D55C023AF3a3e3d
Octal331325134027217727675
Binary110110011101010110111000101110101111111010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D55C; }

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

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

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

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

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

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

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

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