Html Css Color HEX #DBBA33 Metallic Gold

📋 copy color: '#DBBA33'

red 219 ◦ green 186 ◦ blue 51

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

Shades of Metallic Gold #DBBA33

Tints of Metallic Gold #DBBA33

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.79%

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

R = 48.03%
G = 40.79%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBBA33 (or 0xDBBA33) is known color: Metallic Gold. HEX triplet: DB, BA and 33. RGB value is (219,186,51). Sum of RGB (Red+Green+Blue) = 219+186+51=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA33 is #2445CC. Grayscale: #B5B5B5. Windows color (decimal): -2377165 or 3390171. OLE color: 3390171.

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

Color convert

RGB 219 186 51 -
CMYK 0 0.15 0.77 0.14
HSL 48.21º 0.7% 0.53% -
HSV(B) 48.21º 0.77% 0.86% -
XYZ 47.37 50.42 10.37 -
YUV 180.48 54.93 155.48 -
System Red Green Blue C M Y K H S L
Decimal 219 186 51 0 0.15 0.77 0.14 48.21 0.7 0.53
Hex DB BA 33 0 F 4D E 30 46 35
Octal 333 272 63 0 17 115 16 60 106 65
Binary 11011011 10111010 110011 0 1111 1001101 1110 110000 1000110 110101

Color Harmonies of #DBBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA33

Black with #DBBA33

Text Example


Text Example

White with #DBBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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