Html Css Color HEX #DDAB32 Metallic Gold

📋 copy color: '#DDAB32'

red 221 ◦ green 171 ◦ blue 50

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

Shades of Metallic Gold #DDAB32

Tints of Metallic Gold #DDAB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

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

R = 50%
G = 38.69%
B = 11.31%

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

#DDAB32 (or 0xDDAB32) is known color: Metallic Gold. HEX triplet: DD, AB and 32. RGB value is (221,171,50). Sum of RGB (Red+Green+Blue) = 221+171+50=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB32 is #2254CD. Grayscale: #ACACAC. Windows color (decimal): -2249934 or 3320797. OLE color: 3320797.

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

Color convert

RGB 221 171 50 -
CMYK 0 0.23 0.77 0.13
HSL 42.46º 0.72% 0.53% -
HSV(B) 42.46º 0.77% 0.87% -
XYZ 44.96 44.73 9.28 -
YUV 172.16 59.07 162.84 -
System Red Green Blue C M Y K H S L
Decimal 221 171 50 0 0.23 0.77 0.13 42.46 0.72 0.53
Hex DD AB 32 0 17 4D D 2A 48 35
Octal 335 253 62 0 27 115 15 52 110 65
Binary 11011101 10101011 110010 0 10111 1001101 1101 101010 1001000 110101

Color Harmonies of #DDAB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB32

Black with #DDAB32

Text Example


Text Example

White with #DDAB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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