Html Css Color HEX #DBB137 Metallic Gold

📋 copy color: '#DBB137'

red 219 ◦ green 177 ◦ blue 55

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

Shades of Metallic Gold #DBB137

Tints of Metallic Gold #DBB137

RGB

 RED value IS 219 (85.94% from 255) = 48.56%

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

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

R = 48.56%
G = 39.25%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DBB137 (or 0xDBB137) is known color: Metallic Gold. HEX triplet: DB, B1 and 37. RGB value is (219,177,55). Sum of RGB (Red+Green+Blue) = 219+177+55=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB137 is #244EC8. Grayscale: #B0B0B0. Windows color (decimal): -2379465 or 3650011. OLE color: 3650011.

HSL color Cylindrical-coordinate representation of color #DBB137: hue angle of 44.63º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBB137 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 177 55 -
CMYK 0 0.19 0.75 0.14
HSL 44.63º 0.69% 0.54% -
HSV(B) 44.63º 0.75% 0.86% -
XYZ 45.63 46.78 10.24 -
YUV 175.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 219 177 55 0 0.19 0.75 0.14 44.63 0.69 0.54
Hex DB B1 37 0 13 4B E 2D 45 36
Octal 333 261 67 0 23 113 16 55 105 66
Binary 11011011 10110001 110111 0 10011 1001011 1110 101101 1000101 110110

Color Harmonies of #DBB137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB137

Black with #DBB137

Text Example


Text Example

White with #DBB137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB137; }

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

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

background-color css

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

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

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

border-color css

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

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

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