#D9DA4A

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

Shades of Manz #D9DA4A

Tints of Manz #D9DA4A

Color information

#D9DA4A (or 0xD9DA4A) is unknown color: approx Manz. HEX triplet: D9, DA and 4A. RGB value is (217,218,74). Sum of RGB (Red+Green+Blue) = 217+218+74=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DA4A is #2625B5. Grayscale: #C9C9C9. Windows color (decimal): -2500022 or 4905689. OLE color: 4905689.

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

Color convert

RGB21721874-
CMYK0.0000.660.15
HSL60.42º66.06%57.25%-
HSV(B)60.42º66.06%85.49%-
XYZ54.9265.3916.21-
YUV201.2856.17139.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 218 (85.55% from 255) = 42.83%
BLUE value IS 74 (29.30% from 255) = 14.54%
R=42.63%
G=42.83%
B=14.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217218740.0000.660.1560.4266.0657.25
HexD9DA4A0042F3c4239
Octal33133211200102177410271
Binary1101100111011010100101000100001011111111001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DA4A; }

 p { color: rgb(217,218,74); }

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

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

 a { background-color: rgb(217,218,74); }

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

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

 span { border-color: rgb(217,218,74); }

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