#D7DA55

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

Shades of Manz #D7DA55

Tints of Manz #D7DA55

Color information

#D7DA55 (or 0xD7DA55) is unknown color: approx Manz. HEX triplet: D7, DA and 55. RGB value is (215,218,85). Sum of RGB (Red+Green+Blue) = 215+218+85=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DA55 is #2825AA. Grayscale: #CACACA. Windows color (decimal): -2631083 or 5626583. OLE color: 5626583.

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

Color convert

RGB21521885-
CMYK0.0100.610.15
HSL61.35º64.25%59.41%-
HSV(B)61.35º61.01%85.49%-
XYZ54.7465.2518.3-
YUV201.9462.01137.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 85 (33.59% from 255) = 16.41%
R=41.51%
G=42.08%
B=16.41%

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
Decimal215218850.0100.610.1561.3564.2559.41
HexD7DA55103DF3d403b
Octal3273321251075177510073
Binary110101111101101010101011011110111111111011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DA55; }

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

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

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

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

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

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

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

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