Html Css Color HEX #D9DD49 Manz

📋 copy color: '#D9DD49'

red 217 ◦ green 221 ◦ blue 73

#D9DD49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #D9DD49

Tints of Manz #D9DD49

RGB

 RED value IS 217 (85.16% from 255) = 42.47%

 GREEN value IS 221 (86.72% from 255) = 43.25%

 BLUE value IS 73 (28.91% from 255) = 14.29%

R = 42.47%
G = 43.25%
B = 14.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#D9DD49 (or 0xD9DD49) is known color: Manz. HEX triplet: D9, DD and 49. RGB value is (217,221,73). Sum of RGB (Red+Green+Blue) = 217+221+73=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD49 is #2622B6. Grayscale: #CBCBCB. Windows color (decimal): -2499255 or 4840921. OLE color: 4840921.

HSL color Cylindrical-coordinate representation of color #D9DD49: hue angle of 61.62º degrees, saturation: 0.69, 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 #D9DD49 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 73 -
CMYK 0.02 0 0.67 0.13
HSL 61.62º 0.69% 0.58% -
HSV(B) 61.62º 0.67% 0.87% -
XYZ 55.67 66.95 16.29 -
YUV 202.93 54.67 138.03 -
System Red Green Blue C M Y K H S L
Decimal 217 221 73 0.02 0 0.67 0.13 61.62 0.69 0.58
Hex D9 DD 49 2 0 43 D 3E 45 3A
Octal 331 335 111 2 0 103 15 76 105 72
Binary 11011001 11011101 1001001 10 0 1000011 1101 111110 1000101 111010

Color Harmonies of #D9DD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD49

Black with #D9DD49

Text Example


Text Example

White with #D9DD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD49; }

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

 H1.HeaderClassName
 {
   color: #D9DD49;
 }
 .AnyTagClassName
 {
   color: #D9DD49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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