Html Css Color HEX #DDB037 Metallic Gold

📋 copy color: '#DDB037'

red 221 ◦ green 176 ◦ blue 55

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

Shades of Metallic Gold #DDB037

Tints of Metallic Gold #DDB037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.17%

R = 48.89%
G = 38.94%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDB037 (or 0xDDB037) is known color: Metallic Gold. HEX triplet: DD, B0 and 37. RGB value is (221,176,55). Sum of RGB (Red+Green+Blue) = 221+176+55=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB037 is #224FC8. Grayscale: #B0B0B0. Windows color (decimal): -2248649 or 3649757. OLE color: 3649757.

HSL color Cylindrical-coordinate representation of color #DDB037: hue angle of 43.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDB037 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 176 55 -
CMYK 0 0.20 0.75 0.13
HSL 43.73º 0.71% 0.54% -
HSV(B) 43.73º 0.75% 0.87% -
XYZ 46.03 46.7 10.2 -
YUV 175.66 59.91 160.34 -
System Red Green Blue C M Y K H S L
Decimal 221 176 55 0 0.20 0.75 0.13 43.73 0.71 0.54
Hex DD B0 37 0 14 4B D 2C 47 36
Octal 335 260 67 0 24 113 15 54 107 66
Binary 11011101 10110000 110111 0 10100 1001011 1101 101100 1000111 110110

Color Harmonies of #DDB037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB037

Black with #DDB037

Text Example


Text Example

White with #DDB037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB037; }

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

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

background-color css

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

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

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

border-color css

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

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

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