Html Css Color HEX #DDB537 Metallic Gold

📋 copy color: '#DDB537'

red 221 ◦ green 181 ◦ blue 55

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

Shades of Metallic Gold #DDB537

Tints of Metallic Gold #DDB537

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.61%

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

R = 48.36%
G = 39.61%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDB537 (or 0xDDB537) is known color: Metallic Gold. HEX triplet: DD, B5 and 37. RGB value is (221,181,55). Sum of RGB (Red+Green+Blue) = 221+181+55=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 55 (21.88% from 255 or 12.04% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB537 is #224AC8. Grayscale: #B3B3B3. Windows color (decimal): -2247369 or 3651037. OLE color: 3651037.

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

Color convert

RGB 221 181 55 -
CMYK 0 0.18 0.75 0.13
HSL 45.54º 0.71% 0.54% -
HSV(B) 45.54º 0.75% 0.87% -
XYZ 47.03 48.7 10.53 -
YUV 178.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 221 181 55 0 0.18 0.75 0.13 45.54 0.71 0.54
Hex DD B5 37 0 12 4B D 2E 47 36
Octal 335 265 67 0 22 113 15 56 107 66
Binary 11011101 10110101 110111 0 10010 1001011 1101 101110 1000111 110110

Color Harmonies of #DDB537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB537

Black with #DDB537

Text Example


Text Example

White with #DDB537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB537; }

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

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

background-color css

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

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

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

border-color css

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

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

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