Html Css Color HEX #DDB032 Metallic Gold

📋 copy color: '#DDB032'

red 221 ◦ green 176 ◦ blue 50

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

Shades of Metallic Gold #DDB032

Tints of Metallic Gold #DDB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.37%

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

R = 49.44%
G = 39.37%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDB032 (or 0xDDB032) is known color: Metallic Gold. HEX triplet: DD, B0 and 32. RGB value is (221,176,50). Sum of RGB (Red+Green+Blue) = 221+176+50=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB032 is #224FCD. Grayscale: #AFAFAF. Windows color (decimal): -2248654 or 3322077. OLE color: 3322077.

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

Color convert

RGB 221 176 50 -
CMYK 0 0.20 0.77 0.13
HSL 44.21º 0.72% 0.53% -
HSV(B) 44.21º 0.77% 0.87% -
XYZ 45.92 46.65 9.6 -
YUV 175.09 57.41 160.75 -
System Red Green Blue C M Y K H S L
Decimal 221 176 50 0 0.20 0.77 0.13 44.21 0.72 0.53
Hex DD B0 32 0 14 4D D 2C 48 35
Octal 335 260 62 0 24 115 15 54 110 65
Binary 11011101 10110000 110010 0 10100 1001101 1101 101100 1001000 110101

Color Harmonies of #DDB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB032

Black with #DDB032

Text Example


Text Example

White with #DDB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB032; }

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

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

background-color css

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

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

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

border-color css

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

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

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