Html Css Color HEX #DDA931 Metallic Gold

📋 copy color: '#DDA931'

red 221 ◦ green 169 ◦ blue 49

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

Shades of Metallic Gold #DDA931

Tints of Metallic Gold #DDA931

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.5%

 BLUE value IS 49 (19.53% from 255) = 11.16%

R = 50.34%
G = 38.5%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDA931 (or 0xDDA931) is known color: Metallic Gold. HEX triplet: DD, A9 and 31. RGB value is (221,169,49). Sum of RGB (Red+Green+Blue) = 221+169+49=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA931 is #2256CE. Grayscale: #ABABAB. Windows color (decimal): -2250447 or 3254749. OLE color: 3254749.

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

Color convert

RGB 221 169 49 -
CMYK 0 0.24 0.78 0.13
HSL 41.86º 0.72% 0.53% -
HSV(B) 41.86º 0.78% 0.87% -
XYZ 44.56 43.97 9.04 -
YUV 170.87 59.23 163.76 -
System Red Green Blue C M Y K H S L
Decimal 221 169 49 0 0.24 0.78 0.13 41.86 0.72 0.53
Hex DD A9 31 0 18 4E D 2A 48 35
Octal 335 251 61 0 30 116 15 52 110 65
Binary 11011101 10101001 110001 0 11000 1001110 1101 101010 1001000 110101

Color Harmonies of #DDA931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA931

Black with #DDA931

Text Example


Text Example

White with #DDA931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA931; }

 p { color: rgb(221,169,49); }

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

background-color css

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

 a { background-color: rgb(221,169,49); }

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

border-color css

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

 span { border-color: rgb(221,169,49); }

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