Html Css Color HEX #DBB33A Metallic Gold

📋 copy color: '#DBB33A'

red 219 ◦ green 179 ◦ blue 58

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

Shades of Metallic Gold #DBB33A

Tints of Metallic Gold #DBB33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.72%

R = 48.03%
G = 39.25%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBB33A (or 0xDBB33A) is known color: Metallic Gold. HEX triplet: DB, B3 and 3A. RGB value is (219,179,58). Sum of RGB (Red+Green+Blue) = 219+179+58=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB33A is #244CC5. Grayscale: #B1B1B1. Windows color (decimal): -2378950 or 3847131. OLE color: 3847131.

HSL color Cylindrical-coordinate representation of color #DBB33A: hue angle of 45.09º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBB33A is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 58 -
CMYK 0 0.18 0.74 0.14
HSL 45.09º 0.69% 0.54% -
HSV(B) 45.09º 0.74% 0.86% -
XYZ 46.1 47.61 10.76 -
YUV 177.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 219 179 58 0 0.18 0.74 0.14 45.09 0.69 0.54
Hex DB B3 3A 0 12 4A E 2D 45 36
Octal 333 263 72 0 22 112 16 55 105 66
Binary 11011011 10110011 111010 0 10010 1001010 1110 101101 1000101 110110

Color Harmonies of #DBB33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB33A

Black with #DBB33A

Text Example


Text Example

White with #DBB33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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