Html Css Color HEX #DBB837 Metallic Gold

📋 copy color: '#DBB837'

red 219 ◦ green 184 ◦ blue 55

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

Shades of Metallic Gold #DBB837

Tints of Metallic Gold #DBB837

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.17%

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

R = 47.82%
G = 40.17%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DBB837 (or 0xDBB837) is known color: Metallic Gold. HEX triplet: DB, B8 and 37. RGB value is (219,184,55). Sum of RGB (Red+Green+Blue) = 219+184+55=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 55 (21.88% from 255 or 12.01% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB837 is #2447C8. Grayscale: #B4B4B4. Windows color (decimal): -2377673 or 3651803. OLE color: 3651803.

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

Color convert

RGB 219 184 55 -
CMYK 0 0.16 0.75 0.14
HSL 47.2º 0.69% 0.54% -
HSV(B) 47.2º 0.75% 0.86% -
XYZ 47.04 49.62 10.71 -
YUV 179.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 219 184 55 0 0.16 0.75 0.14 47.2 0.69 0.54
Hex DB B8 37 0 10 4B E 2F 45 36
Octal 333 270 67 0 20 113 16 57 105 66
Binary 11011011 10111000 110111 0 10000 1001011 1110 101111 1000101 110110

Color Harmonies of #DBB837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB837

Black with #DBB837

Text Example


Text Example

White with #DBB837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB837; }

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

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

background-color css

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

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

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

border-color css

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

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

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