#D8DB56

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

Shades of Manz #D8DB56

Tints of Manz #D8DB56

Color information

#D8DB56 (or 0xD8DB56) is unknown color: approx Manz. HEX triplet: D8, DB and 56. RGB value is (216,219,86). Sum of RGB (Red+Green+Blue) = 216+219+86=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB56 is #2724A9. Grayscale: #CBCBCB. Windows color (decimal): -2565290 or 5692376. OLE color: 5692376.

HSL color Cylindrical-coordinate representation of color #D8DB56: hue angle of 61.35º degrees, saturation: 0.65, 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 #D8DB56 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB21621986-
CMYK0.0100.610.14
HSL61.35º64.88%59.8%-
HSV(B)61.35º60.73%85.88%-
XYZ55.3365.9318.61-
YUV202.9462.01137.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 219 (85.94% from 255) = 42.03%
BLUE value IS 86 (33.98% from 255) = 16.51%
R=41.46%
G=42.03%
B=16.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216219860.0100.610.1461.3564.8859.8
HexD8DB56103DE3d413c
Octal3303331261075167510174
Binary110110001101101110101101011110111101111011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DB56; }

 p { color: rgb(216,219,86); }

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

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

 a { background-color: rgb(216,219,86); }

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

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

 span { border-color: rgb(216,219,86); }

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