Html Css Color HEX #DDDB49 Manz

📋 copy color: '#DDDB49'

red 221 ◦ green 219 ◦ blue 73

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

Shades of Manz #DDDB49

Tints of Manz #DDDB49

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

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

R = 43.08%
G = 42.69%
B = 14.23%

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

#DDDB49 (or 0xDDDB49) is known color: Manz. HEX triplet: DD, DB and 49. RGB value is (221,219,73). Sum of RGB (Red+Green+Blue) = 221+219+73=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB49 is #2224B6. Grayscale: #CBCBCB. Windows color (decimal): -2237623 or 4840413. OLE color: 4840413.

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

Color convert

RGB 221 219 73 -
CMYK 0 0.01 0.67 0.13
HSL 59.19º 0.69% 0.58% -
HSV(B) 59.19º 0.67% 0.87% -
XYZ 56.35 66.52 16.17 -
YUV 202.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 221 219 73 0 0.01 0.67 0.13 59.19 0.69 0.58
Hex DD DB 49 0 1 43 D 3B 45 3A
Octal 335 333 111 0 1 103 15 73 105 72
Binary 11011101 11011011 1001001 0 1 1000011 1101 111011 1000101 111010

Color Harmonies of #DDDB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB49

Black with #DDDB49

Text Example


Text Example

White with #DDDB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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