#D5D958

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

Shades of Manz #D5D958

Tints of Manz #D5D958

Color information

#D5D958 (or 0xD5D958) is unknown color: approx Manz. HEX triplet: D5, D9 and 58. RGB value is (213,217,88). Sum of RGB (Red+Green+Blue) = 213+217+88=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D958 is #2A26A7. Grayscale: #C9C9C9. Windows color (decimal): -2762408 or 5822933. OLE color: 5822933.

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

Color convert

RGB21321788-
CMYK0.0200.590.15
HSL61.86º62.93%59.8%-
HSV(B)61.86º59.45%85.1%-
XYZ54.0164.4818.83-
YUV201.164.17136.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213217880.0200.590.1561.8662.9359.8
HexD5D958203BF3e3f3c
Octal325331130207317767774
Binary110101011101100110110001001110111111111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D958; }

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

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

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

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

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

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

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

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