Html Css Color HEX #DDAA32 Metallic Gold

📋 copy color: '#DDAA32'

red 221 ◦ green 170 ◦ blue 50

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

Shades of Metallic Gold #DDAA32

Tints of Metallic Gold #DDAA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.55%

 BLUE value IS 50 (19.92% from 255) = 11.34%

R = 50.11%
G = 38.55%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDAA32 (or 0xDDAA32) is known color: Metallic Gold. HEX triplet: DD, AA and 32. RGB value is (221,170,50). Sum of RGB (Red+Green+Blue) = 221+170+50=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA32 is #2255CD. Grayscale: #ACACAC. Windows color (decimal): -2250190 or 3320541. OLE color: 3320541.

HSL color Cylindrical-coordinate representation of color #DDAA32: hue angle of 42.11º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDAA32 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 50 -
CMYK 0 0.23 0.77 0.13
HSL 42.11º 0.72% 0.53% -
HSV(B) 42.11º 0.77% 0.87% -
XYZ 44.77 44.35 9.22 -
YUV 171.57 59.4 163.26 -
System Red Green Blue C M Y K H S L
Decimal 221 170 50 0 0.23 0.77 0.13 42.11 0.72 0.53
Hex DD AA 32 0 17 4D D 2A 48 35
Octal 335 252 62 0 27 115 15 52 110 65
Binary 11011101 10101010 110010 0 10111 1001101 1101 101010 1001000 110101

Color Harmonies of #DDAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA32

Black with #DDAA32

Text Example


Text Example

White with #DDAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA32; }

 p { color: rgb(221,170,50); }

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

background-color css

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

 a { background-color: rgb(221,170,50); }

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

border-color css

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

 span { border-color: rgb(221,170,50); }

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