#D9D558

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

Shades of Manz #D9D558

Tints of Manz #D9D558

Color information

#D9D558 (or 0xD9D558) is unknown color: approx Manz. HEX triplet: D9, D5 and 58. RGB value is (217,213,88). Sum of RGB (Red+Green+Blue) = 217+213+88=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D558 is #262AA7. Grayscale: #C8C8C8. Windows color (decimal): -2501288 or 5821913. OLE color: 5821913.

HSL color Cylindrical-coordinate representation of color #D9D558: hue angle of 58.14º 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 #D9D558 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21721388-
CMYK00.020.590.15
HSL58.14º62.93%59.8%-
HSV(B)58.14º59.45%85.1%-
XYZ54.1763.0418.55-
YUV199.9564.83140.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.89%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 88 (34.77% from 255) = 16.99%
R=41.89%
G=41.12%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172138800.020.590.1558.1462.9359.8
HexD9D558023BF3a3f3c
Octal331325130027317727774
Binary110110011101010110110000101110111111111010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D558; }

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

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

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

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

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

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

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

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