#D8DD54

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

Shades of Manz #D8DD54

Tints of Manz #D8DD54

Color information

#D8DD54 (or 0xD8DD54) is unknown color: approx Manz. HEX triplet: D8, DD and 54. RGB value is (216,221,84). Sum of RGB (Red+Green+Blue) = 216+221+84=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD54 is #2722AB. Grayscale: #CCCCCC. Windows color (decimal): -2564780 or 5561816. OLE color: 5561816.

HSL color Cylindrical-coordinate representation of color #D8DD54: hue angle of 62.19º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8DD54 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB21622184-
CMYK0.0200.620.13
HSL62.19º66.83%59.8%-
HSV(B)62.19º61.99%86.67%-
XYZ55.7866.9518.37-
YUV203.8960.34136.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 84 (33.20% from 255) = 16.12%
R=41.46%
G=42.42%
B=16.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216221840.0200.620.1362.1966.8359.8
HexD8DD54203ED3e433c
Octal3303351242076157610374
Binary1101100011011101101010010011111011011111101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD54; }

 p { color: rgb(216,221,84); }

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

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

 a { background-color: rgb(216,221,84); }

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

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

 span { border-color: rgb(216,221,84); }

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