Html Css Color HEX #DDB337 Metallic Gold

📋 copy color: '#DDB337'

red 221 ◦ green 179 ◦ blue 55

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

Shades of Metallic Gold #DDB337

Tints of Metallic Gold #DDB337

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.34%

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

R = 48.57%
G = 39.34%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDB337 (or 0xDDB337) is known color: Metallic Gold. HEX triplet: DD, B3 and 37. RGB value is (221,179,55). Sum of RGB (Red+Green+Blue) = 221+179+55=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB337 is #224CC8. Grayscale: #B1B1B1. Windows color (decimal): -2247881 or 3650525. OLE color: 3650525.

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

Color convert

RGB 221 179 55 -
CMYK 0 0.19 0.75 0.13
HSL 44.82º 0.71% 0.54% -
HSV(B) 44.82º 0.75% 0.87% -
XYZ 46.63 47.89 10.4 -
YUV 177.42 58.91 159.08 -
System Red Green Blue C M Y K H S L
Decimal 221 179 55 0 0.19 0.75 0.13 44.82 0.71 0.54
Hex DD B3 37 0 13 4B D 2D 47 36
Octal 335 263 67 0 23 113 15 55 107 66
Binary 11011101 10110011 110111 0 10011 1001011 1101 101101 1000111 110110

Color Harmonies of #DDB337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB337

Black with #DDB337

Text Example


Text Example

White with #DDB337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB337; }

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

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

background-color css

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

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

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

border-color css

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

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

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