Html Css Color HEX #D9DD48 Manz

📋 copy color: '#D9DD48'

red 217 ◦ green 221 ◦ blue 72

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

Shades of Manz #D9DD48

Tints of Manz #D9DD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.12%

R = 42.55%
G = 43.33%
B = 14.12%

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

#D9DD48 (or 0xD9DD48) is known color: Manz. HEX triplet: D9, DD and 48. RGB value is (217,221,72). Sum of RGB (Red+Green+Blue) = 217+221+72=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD48 is #2622B7. Grayscale: #CBCBCB. Windows color (decimal): -2499256 or 4775385. OLE color: 4775385.

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

Color convert

RGB 217 221 72 -
CMYK 0.02 0 0.67 0.13
HSL 61.61º 0.69% 0.57% -
HSV(B) 61.61º 0.67% 0.87% -
XYZ 55.64 66.93 16.12 -
YUV 202.82 54.17 138.12 -
System Red Green Blue C M Y K H S L
Decimal 217 221 72 0.02 0 0.67 0.13 61.61 0.69 0.57
Hex D9 DD 48 2 0 43 D 3E 45 39
Octal 331 335 110 2 0 103 15 76 105 71
Binary 11011001 11011101 1001000 10 0 1000011 1101 111110 1000101 111001

Color Harmonies of #D9DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD48

Black with #D9DD48

Text Example


Text Example

White with #D9DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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