#D8D558

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

Shades of Manz #D8D558

Tints of Manz #D8D558

Color information

#D8D558 (or 0xD8D558) is unknown color: approx Manz. HEX triplet: D8, D5 and 58. RGB value is (216,213,88). Sum of RGB (Red+Green+Blue) = 216+213+88=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D558 is #272AA7. Grayscale: #C8C8C8. Windows color (decimal): -2566824 or 5821912. OLE color: 5821912.

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

Color convert

RGB21621388-
CMYK00.010.590.15
HSL58.59º62.14%59.61%-
HSV(B)58.59º59.26%84.71%-
XYZ53.8762.8918.53-
YUV199.6564.99139.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.78%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 88 (34.77% from 255) = 17.02%
R=41.78%
G=41.20%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162138800.010.590.1558.5962.1459.61
HexD8D558013BF3b3e3c
Octal330325130017317737674
Binary11011000110101011011000011110111111111011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D558; }

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

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

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

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

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

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

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

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