Html Css Color HEX #DDAD32 Metallic Gold

📋 copy color: '#DDAD32'

red 221 ◦ green 173 ◦ blue 50

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

Shades of Metallic Gold #DDAD32

Tints of Metallic Gold #DDAD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.96%

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

R = 49.77%
G = 38.96%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDAD32 (or 0xDDAD32) is known color: Metallic Gold. HEX triplet: DD, AD and 32. RGB value is (221,173,50). Sum of RGB (Red+Green+Blue) = 221+173+50=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD32 is #2252CD. Grayscale: #ADADAD. Windows color (decimal): -2249422 or 3321309. OLE color: 3321309.

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

Color convert

RGB 221 173 50 -
CMYK 0 0.22 0.77 0.13
HSL 43.16º 0.72% 0.53% -
HSV(B) 43.16º 0.77% 0.87% -
XYZ 45.34 45.49 9.41 -
YUV 173.33 58.4 162 -
System Red Green Blue C M Y K H S L
Decimal 221 173 50 0 0.22 0.77 0.13 43.16 0.72 0.53
Hex DD AD 32 0 16 4D D 2B 48 35
Octal 335 255 62 0 26 115 15 53 110 65
Binary 11011101 10101101 110010 0 10110 1001101 1101 101011 1001000 110101

Color Harmonies of #DDAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD32

Black with #DDAD32

Text Example


Text Example

White with #DDAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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