Html Css Color HEX #DDDA49 Manz

📋 copy color: '#DDDA49'

red 221 ◦ green 218 ◦ blue 73

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

Shades of Manz #DDDA49

Tints of Manz #DDDA49

RGB

 RED value IS 221 (86.72% from 255) = 43.16%

 GREEN value IS 218 (85.55% from 255) = 42.58%

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

R = 43.16%
G = 42.58%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDDA49 (or 0xDDDA49) is known color: Manz. HEX triplet: DD, DA and 49. RGB value is (221,218,73). Sum of RGB (Red+Green+Blue) = 221+218+73=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA49 is #2225B6. Grayscale: #CACACA. Windows color (decimal): -2237879 or 4840157. OLE color: 4840157.

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

Color convert

RGB 221 218 73 -
CMYK 0 0.01 0.67 0.13
HSL 58.78º 0.69% 0.58% -
HSV(B) 58.78º 0.67% 0.87% -
XYZ 56.09 66 16.09 -
YUV 202.37 54.99 141.29 -
System Red Green Blue C M Y K H S L
Decimal 221 218 73 0 0.01 0.67 0.13 58.78 0.69 0.58
Hex DD DA 49 0 1 43 D 3B 45 3A
Octal 335 332 111 0 1 103 15 73 105 72
Binary 11011101 11011010 1001001 0 1 1000011 1101 111011 1000101 111010

Color Harmonies of #DDDA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA49

Black with #DDDA49

Text Example


Text Example

White with #DDDA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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