Html Css Color HEX #DDAC33 Metallic Gold

📋 copy color: '#DDAC33'

red 221 ◦ green 172 ◦ blue 51

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

Shades of Metallic Gold #DDAC33

Tints of Metallic Gold #DDAC33

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.74%

 BLUE value IS 51 (20.31% from 255) = 11.49%

R = 49.77%
G = 38.74%
B = 11.49%

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

#DDAC33 (or 0xDDAC33) is known color: Metallic Gold. HEX triplet: DD, AC and 33. RGB value is (221,172,51). Sum of RGB (Red+Green+Blue) = 221+172+51=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC33 is #2253CC. Grayscale: #ADADAD. Windows color (decimal): -2249677 or 3386589. OLE color: 3386589.

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

Color convert

RGB 221 172 51 -
CMYK 0 0.22 0.77 0.13
HSL 42.71º 0.71% 0.53% -
HSV(B) 42.71º 0.77% 0.87% -
XYZ 45.17 45.12 9.46 -
YUV 172.86 59.23 162.34 -
System Red Green Blue C M Y K H S L
Decimal 221 172 51 0 0.22 0.77 0.13 42.71 0.71 0.53
Hex DD AC 33 0 16 4D D 2B 47 35
Octal 335 254 63 0 26 115 15 53 107 65
Binary 11011101 10101100 110011 0 10110 1001101 1101 101011 1000111 110101

Color Harmonies of #DDAC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC33

Black with #DDAC33

Text Example


Text Example

White with #DDAC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC33; }

 p { color: rgb(221,172,51); }

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

background-color css

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

 a { background-color: rgb(221,172,51); }

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

border-color css

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

 span { border-color: rgb(221,172,51); }

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