Html Css Color HEX #DBB737 Metallic Gold

📋 copy color: '#DBB737'

red 219 ◦ green 183 ◦ blue 55

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

Shades of Metallic Gold #DBB737

Tints of Metallic Gold #DBB737

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.04%

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

R = 47.92%
G = 40.04%
B = 12.04%

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

#DBB737 (or 0xDBB737) is known color: Metallic Gold. HEX triplet: DB, B7 and 37. RGB value is (219,183,55). Sum of RGB (Red+Green+Blue) = 219+183+55=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 55 (21.88% from 255 or 12.04% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB737 is #2448C8. Grayscale: #B3B3B3. Windows color (decimal): -2377929 or 3651547. OLE color: 3651547.

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

Color convert

RGB 219 183 55 -
CMYK 0 0.16 0.75 0.14
HSL 46.83º 0.69% 0.54% -
HSV(B) 46.83º 0.75% 0.86% -
XYZ 46.84 49.2 10.64 -
YUV 179.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 219 183 55 0 0.16 0.75 0.14 46.83 0.69 0.54
Hex DB B7 37 0 10 4B E 2F 45 36
Octal 333 267 67 0 20 113 16 57 105 66
Binary 11011011 10110111 110111 0 10000 1001011 1110 101111 1000101 110110

Color Harmonies of #DBB737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB737

Black with #DBB737

Text Example


Text Example

White with #DBB737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB737; }

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

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

background-color css

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

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

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

border-color css

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

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

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