#D8DC55

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

Shades of Manz #D8DC55

Tints of Manz #D8DC55

Color information

#D8DC55 (or 0xD8DC55) is unknown color: approx Manz. HEX triplet: D8, DC and 55. RGB value is (216,220,85). Sum of RGB (Red+Green+Blue) = 216+220+85=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC55 is #2723AA. Grayscale: #CBCBCB. Windows color (decimal): -2565035 or 5627096. OLE color: 5627096.

HSL color Cylindrical-coordinate representation of color #D8DC55: hue angle of 61.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8DC55 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB21622085-
CMYK0.0200.610.14
HSL61.78º65.85%59.8%-
HSV(B)61.78º61.36%86.27%-
XYZ55.5566.4418.49-
YUV203.4161.17136.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 85 (33.59% from 255) = 16.31%
R=41.46%
G=42.23%
B=16.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216220850.0200.610.1461.7865.8559.8
HexD8DC55203DE3e423c
Octal3303341252075167610274
Binary1101100011011100101010110011110111101111101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DC55; }

 p { color: rgb(216,220,85); }

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

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

 a { background-color: rgb(216,220,85); }

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

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

 span { border-color: rgb(216,220,85); }

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