Html Css Color HEX #DBB031 Metallic Gold

📋 copy color: '#DBB031'

red 219 ◦ green 176 ◦ blue 49

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

Shades of Metallic Gold #DBB031

Tints of Metallic Gold #DBB031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.64%

 BLUE value IS 49 (19.53% from 255) = 11.04%

R = 49.32%
G = 39.64%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBB031 (or 0xDBB031) is known color: Metallic Gold. HEX triplet: DB, B0 and 31. RGB value is (219,176,49). Sum of RGB (Red+Green+Blue) = 219+176+49=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB031 is #244FCE. Grayscale: #AEAEAE. Windows color (decimal): -2379727 or 3256539. OLE color: 3256539.

HSL color Cylindrical-coordinate representation of color #DBB031: hue angle of 44.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBB031 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 49 -
CMYK 0 0.20 0.78 0.14
HSL 44.82º 0.7% 0.53% -
HSV(B) 44.82º 0.78% 0.86% -
XYZ 45.29 46.33 9.46 -
YUV 174.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 219 176 49 0 0.20 0.78 0.14 44.82 0.7 0.53
Hex DB B0 31 0 14 4E E 2D 46 35
Octal 333 260 61 0 24 116 16 55 106 65
Binary 11011011 10110000 110001 0 10100 1001110 1110 101101 1000110 110101

Color Harmonies of #DBB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB031

Black with #DBB031

Text Example


Text Example

White with #DBB031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB031; }

 p { color: rgb(219,176,49); }

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

background-color css

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

 a { background-color: rgb(219,176,49); }

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

border-color css

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

 span { border-color: rgb(219,176,49); }

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