Html Css Color HEX #DDAB33 Metallic Gold

📋 copy color: '#DDAB33'

red 221 ◦ green 171 ◦ blue 51

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

Shades of Metallic Gold #DDAB33

Tints of Metallic Gold #DDAB33

RGB

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

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

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

R = 49.89%
G = 38.6%
B = 11.51%

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

#DDAB33 (or 0xDDAB33) is known color: Metallic Gold. HEX triplet: DD, AB and 33. RGB value is (221,171,51). Sum of RGB (Red+Green+Blue) = 221+171+51=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB33 is #2254CC. Grayscale: #ACACAC. Windows color (decimal): -2249933 or 3386333. OLE color: 3386333.

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

Color convert

RGB 221 171 51 -
CMYK 0 0.23 0.77 0.13
HSL 42.35º 0.71% 0.53% -
HSV(B) 42.35º 0.77% 0.87% -
XYZ 44.98 44.74 9.4 -
YUV 172.27 59.57 162.76 -
System Red Green Blue C M Y K H S L
Decimal 221 171 51 0 0.23 0.77 0.13 42.35 0.71 0.53
Hex DD AB 33 0 17 4D D 2A 47 35
Octal 335 253 63 0 27 115 15 52 107 65
Binary 11011101 10101011 110011 0 10111 1001101 1101 101010 1000111 110101

Color Harmonies of #DDAB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB33

Black with #DDAB33

Text Example


Text Example

White with #DDAB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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