#D5DA56

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

Shades of Manz #D5DA56

Tints of Manz #D5DA56

Color information

#D5DA56 (or 0xD5DA56) is unknown color: approx Manz. HEX triplet: D5, DA and 56. RGB value is (213,218,86). Sum of RGB (Red+Green+Blue) = 213+218+86=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA56 is #2A25A9. Grayscale: #C9C9C9. Windows color (decimal): -2762154 or 5692117. OLE color: 5692117.

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

Color convert

RGB21321886-
CMYK0.0200.610.15
HSL62.27º64.08%59.61%-
HSV(B)62.27º60.55%85.49%-
XYZ54.1964.9618.49-
YUV201.4662.84136.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 86 (33.98% from 255) = 16.63%
R=41.20%
G=42.17%
B=16.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213218860.0200.610.1562.2764.0859.61
HexD5DA56203DF3e403c
Octal3253321262075177610074
Binary1101010111011010101011010011110111111111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DA56; }

 p { color: rgb(213,218,86); }

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

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

 a { background-color: rgb(213,218,86); }

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

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

 span { border-color: rgb(213,218,86); }

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