Html Css Color HEX #DBB63A Metallic Gold

📋 copy color: '#DBB63A'

red 219 ◦ green 182 ◦ blue 58

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

Shades of Metallic Gold #DBB63A

Tints of Metallic Gold #DBB63A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.65%

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

R = 47.71%
G = 39.65%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBB63A (or 0xDBB63A) is known color: Metallic Gold. HEX triplet: DB, B6 and 3A. RGB value is (219,182,58). Sum of RGB (Red+Green+Blue) = 219+182+58=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB63A is #2449C5. Grayscale: #B3B3B3. Windows color (decimal): -2378182 or 3847899. OLE color: 3847899.

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

Color convert

RGB 219 182 58 -
CMYK 0 0.17 0.74 0.14
HSL 46.21º 0.69% 0.54% -
HSV(B) 46.21º 0.74% 0.86% -
XYZ 46.71 48.82 10.96 -
YUV 178.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 219 182 58 0 0.17 0.74 0.14 46.21 0.69 0.54
Hex DB B6 3A 0 11 4A E 2E 45 36
Octal 333 266 72 0 21 112 16 56 105 66
Binary 11011011 10110110 111010 0 10001 1001010 1110 101110 1000101 110110

Color Harmonies of #DBB63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB63A

Black with #DBB63A

Text Example


Text Example

White with #DBB63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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