#D9DD4A

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

Shades of Manz #D9DD4A

Tints of Manz #D9DD4A

Color information

#D9DD4A (or 0xD9DD4A) is unknown color: approx Manz. HEX triplet: D9, DD and 4A. RGB value is (217,221,74). Sum of RGB (Red+Green+Blue) = 217+221+74=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD4A is #2622B5. Grayscale: #CBCBCB. Windows color (decimal): -2499254 or 4906457. OLE color: 4906457.

HSL color Cylindrical-coordinate representation of color #D9DD4A: hue angle of 61.63º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9DD4A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB21722174-
CMYK0.0200.670.13
HSL61.63º68.37%57.84%-
HSV(B)61.63º66.52%86.67%-
XYZ55.7166.9616.47-
YUV203.0555.17137.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 74 (29.30% from 255) = 14.45%
R=42.38%
G=43.16%
B=14.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217221740.0200.670.1361.6368.3757.84
HexD9DD4A2043D3e443a
Octal33133511220103157610472
Binary11011001110111011001010100100001111011111101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DD4A; }

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

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

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

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

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

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

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

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