#D9DB49

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

Shades of Manz #D9DB49

Tints of Manz #D9DB49

Color information

#D9DB49 (or 0xD9DB49) is unknown color: approx Manz. HEX triplet: D9, DB and 49. RGB value is (217,219,73). Sum of RGB (Red+Green+Blue) = 217+219+73=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DB49 is #2624B6. Grayscale: #CACACA. Windows color (decimal): -2499767 or 4840409. OLE color: 4840409.

HSL color Cylindrical-coordinate representation of color #D9DB49: hue angle of 60.82º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9DB49 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB21721973-
CMYK0.0100.670.14
HSL60.82º66.97%57.25%-
HSV(B)60.82º66.67%85.88%-
XYZ55.1565.916.12-
YUV201.7655.34138.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 219 (85.94% from 255) = 43.03%
BLUE value IS 73 (28.91% from 255) = 14.34%
R=42.63%
G=43.03%
B=14.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal217219730.0100.670.1460.8266.9757.25
HexD9DB491043E3d4339
Octal33133311110103167510371
Binary1101100111011011100100110100001111101111011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DB49; }

 p { color: rgb(217,219,73); }

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

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

 a { background-color: rgb(217,219,73); }

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

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

 span { border-color: rgb(217,219,73); }

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