Html Css Color HEX #DBB833 Metallic Gold

📋 copy color: '#DBB833'

red 219 ◦ green 184 ◦ blue 51

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

Shades of Metallic Gold #DBB833

Tints of Metallic Gold #DBB833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.23%

R = 48.24%
G = 40.53%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBB833 (or 0xDBB833) is known color: Metallic Gold. HEX triplet: DB, B8 and 33. RGB value is (219,184,51). Sum of RGB (Red+Green+Blue) = 219+184+51=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB833 is #2447CC. Grayscale: #B3B3B3. Windows color (decimal): -2377677 or 3389659. OLE color: 3389659.

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

Color convert

RGB 219 184 51 -
CMYK 0 0.16 0.77 0.14
HSL 47.5º 0.7% 0.53% -
HSV(B) 47.5º 0.77% 0.86% -
XYZ 46.95 49.58 10.23 -
YUV 179.3 55.6 156.31 -
System Red Green Blue C M Y K H S L
Decimal 219 184 51 0 0.16 0.77 0.14 47.5 0.7 0.53
Hex DB B8 33 0 10 4D E 30 46 35
Octal 333 270 63 0 20 115 16 60 106 65
Binary 11011011 10111000 110011 0 10000 1001101 1110 110000 1000110 110101

Color Harmonies of #DBB833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB833

Black with #DBB833

Text Example


Text Example

White with #DBB833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB833; }

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

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

background-color css

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

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

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

border-color css

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

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

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