#D8DA55

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

Shades of Manz #D8DA55

Tints of Manz #D8DA55

Color information

#D8DA55 (or 0xD8DA55) is unknown color: approx Manz. HEX triplet: D8, DA and 55. RGB value is (216,218,85). Sum of RGB (Red+Green+Blue) = 216+218+85=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DA55 is #2725AA. Grayscale: #CACACA. Windows color (decimal): -2565547 or 5626584. OLE color: 5626584.

HSL color Cylindrical-coordinate representation of color #D8DA55: hue angle of 60.9º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8DA55 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21621885-
CMYK0.0100.610.15
HSL60.9º64.25%59.41%-
HSV(B)60.9º61.01%85.49%-
XYZ55.0365.418.32-
YUV202.2461.84137.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.62%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 85 (33.59% from 255) = 16.38%
R=41.62%
G=42.00%
B=16.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216218850.0100.610.1560.964.2559.41
HexD8DA55103DF3d403b
Octal3303321251075177510073
Binary110110001101101010101011011110111111111011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DA55; }

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

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

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

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

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

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

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

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