#D5DA49

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

Shades of Manz #D5DA49

Tints of Manz #D5DA49

Color information

#D5DA49 (or 0xD5DA49) is unknown color: approx Manz. HEX triplet: D5, DA and 49. RGB value is (213,218,73). Sum of RGB (Red+Green+Blue) = 213+218+73=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA49 is #2A25B6. Grayscale: #C8C8C8. Windows color (decimal): -2762167 or 4840149. OLE color: 4840149.

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

Color convert

RGB21321873-
CMYK0.0200.670.15
HSL62.07º66.21%57.06%-
HSV(B)62.07º66.51%85.49%-
XYZ53.7164.7715.97-
YUV199.9856.34137.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 73 (28.91% from 255) = 14.48%
R=42.26%
G=43.25%
B=14.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213218730.0200.670.1562.0766.2157.06
HexD5DA492043F3e4239
Octal32533211120103177610271
Binary11010101110110101001001100100001111111111101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DA49; }

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

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

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

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

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

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

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

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