Html Css Color HEX #DDB137 Metallic Gold

📋 copy color: '#DDB137'

red 221 ◦ green 177 ◦ blue 55

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

Shades of Metallic Gold #DDB137

Tints of Metallic Gold #DDB137

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

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

R = 48.79%
G = 39.07%
B = 12.14%

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

#DDB137 (or 0xDDB137) is known color: Metallic Gold. HEX triplet: DD, B1 and 37. RGB value is (221,177,55). Sum of RGB (Red+Green+Blue) = 221+177+55=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 55 (21.88% from 255 or 12.14% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB137 is #224EC8. Grayscale: #B0B0B0. Windows color (decimal): -2248393 or 3650013. OLE color: 3650013.

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

Color convert

RGB 221 177 55 -
CMYK 0 0.20 0.75 0.13
HSL 44.1º 0.71% 0.54% -
HSV(B) 44.1º 0.75% 0.87% -
XYZ 46.23 47.09 10.27 -
YUV 176.25 59.58 159.92 -
System Red Green Blue C M Y K H S L
Decimal 221 177 55 0 0.20 0.75 0.13 44.1 0.71 0.54
Hex DD B1 37 0 14 4B D 2C 47 36
Octal 335 261 67 0 24 113 15 54 107 66
Binary 11011101 10110001 110111 0 10100 1001011 1101 101100 1000111 110110

Color Harmonies of #DDB137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB137

Black with #DDB137

Text Example


Text Example

White with #DDB137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB137; }

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

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

background-color css

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

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

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

border-color css

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

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

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