Html Css Color HEX #DBB333 Metallic Gold

📋 copy color: '#DBB333'

red 219 ◦ green 179 ◦ blue 51

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

Shades of Metallic Gold #DBB333

Tints of Metallic Gold #DBB333

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.87%

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

R = 48.78%
G = 39.87%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBB333 (or 0xDBB333) is known color: Metallic Gold. HEX triplet: DB, B3 and 33. RGB value is (219,179,51). Sum of RGB (Red+Green+Blue) = 219+179+51=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB333 is #244CCC. Grayscale: #B0B0B0. Windows color (decimal): -2378957 or 3388379. OLE color: 3388379.

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

Color convert

RGB 219 179 51 -
CMYK 0 0.18 0.77 0.14
HSL 45.71º 0.7% 0.53% -
HSV(B) 45.71º 0.77% 0.86% -
XYZ 45.93 47.54 9.89 -
YUV 176.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 219 179 51 0 0.18 0.77 0.14 45.71 0.7 0.53
Hex DB B3 33 0 12 4D E 2E 46 35
Octal 333 263 63 0 22 115 16 56 106 65
Binary 11011011 10110011 110011 0 10010 1001101 1110 101110 1000110 110101

Color Harmonies of #DBB333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB333

Black with #DBB333

Text Example


Text Example

White with #DBB333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB333; }

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

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

background-color css

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

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

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

border-color css

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

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

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