Html Css Color HEX #D9DC49 Manz

📋 copy color: '#D9DC49'

red 217 ◦ green 220 ◦ blue 73

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

Shades of Manz #D9DC49

Tints of Manz #D9DC49

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.14%

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

R = 42.55%
G = 43.14%
B = 14.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#D9DC49 (or 0xD9DC49) is known color: Manz. HEX triplet: D9, DC and 49. RGB value is (217,220,73). Sum of RGB (Red+Green+Blue) = 217+220+73=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC49 is #2623B6. Grayscale: #CACACA. Windows color (decimal): -2499511 or 4840665. OLE color: 4840665.

HSL color Cylindrical-coordinate representation of color #D9DC49: hue angle of 61.22º degrees, saturation: 0.68, 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 #D9DC49 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 73 -
CMYK 0.01 0 0.67 0.14
HSL 61.22º 0.68% 0.57% -
HSV(B) 61.22º 0.67% 0.86% -
XYZ 55.41 66.42 16.2 -
YUV 202.35 55.01 138.45 -
System Red Green Blue C M Y K H S L
Decimal 217 220 73 0.01 0 0.67 0.14 61.22 0.68 0.57
Hex D9 DC 49 1 0 43 E 3D 44 39
Octal 331 334 111 1 0 103 16 75 104 71
Binary 11011001 11011100 1001001 1 0 1000011 1110 111101 1000100 111001

Color Harmonies of #D9DC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC49

Black with #D9DC49

Text Example


Text Example

White with #D9DC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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