Html Css Color HEX #DDD849 Manz

📋 copy color: '#DDD849'

red 221 ◦ green 216 ◦ blue 73

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

Shades of Manz #DDD849

Tints of Manz #DDD849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.35%

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

R = 43.33%
G = 42.35%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDD849 (or 0xDDD849) is known color: Manz. HEX triplet: DD, D8 and 49. RGB value is (221,216,73). Sum of RGB (Red+Green+Blue) = 221+216+73=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD849 is #2227B6. Grayscale: #C9C9C9. Windows color (decimal): -2238391 or 4839645. OLE color: 4839645.

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

Color convert

RGB 221 216 73 -
CMYK 0 0.02 0.67 0.13
HSL 57.97º 0.69% 0.58% -
HSV(B) 57.97º 0.67% 0.87% -
XYZ 55.58 64.96 15.91 -
YUV 201.19 55.66 142.13 -
System Red Green Blue C M Y K H S L
Decimal 221 216 73 0 0.02 0.67 0.13 57.97 0.69 0.58
Hex DD D8 49 0 2 43 D 3A 45 3A
Octal 335 330 111 0 2 103 15 72 105 72
Binary 11011101 11011000 1001001 0 10 1000011 1101 111010 1000101 111010

Color Harmonies of #DDD849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD849

Black with #DDD849

Text Example


Text Example

White with #DDD849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD849; }

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

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

background-color css

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

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

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

border-color css

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

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

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