Html Css Color HEX #D6DD49 Manz

📋 copy color: '#D6DD49'

red 214 ◦ green 221 ◦ blue 73

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

Shades of Manz #D6DD49

Tints of Manz #D6DD49

RGB

 RED value IS 214 (83.98% from 255) = 42.13%

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

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

R = 42.13%
G = 43.5%
B = 14.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#D6DD49 (or 0xD6DD49) is known color: Manz. HEX triplet: D6, DD and 49. RGB value is (214,221,73). Sum of RGB (Red+Green+Blue) = 214+221+73=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD49 is #2922B6. Grayscale: #CACACA. Windows color (decimal): -2695863 or 4840918. OLE color: 4840918.

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

Color convert

RGB 214 221 73 -
CMYK 0.03 0 0.67 0.13
HSL 62.84º 0.69% 0.58% -
HSV(B) 62.84º 0.67% 0.87% -
XYZ 54.79 66.49 16.25 -
YUV 202.04 55.18 136.53 -
System Red Green Blue C M Y K H S L
Decimal 214 221 73 0.03 0 0.67 0.13 62.84 0.69 0.58
Hex D6 DD 49 3 0 43 D 3F 45 3A
Octal 326 335 111 3 0 103 15 77 105 72
Binary 11010110 11011101 1001001 11 0 1000011 1101 111111 1000101 111010

Color Harmonies of #D6DD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD49

Black with #D6DD49

Text Example


Text Example

White with #D6DD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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