Html Css Color HEX #DBB43A Metallic Gold

📋 copy color: '#DBB43A'

red 219 ◦ green 180 ◦ blue 58

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

Shades of Metallic Gold #DBB43A

Tints of Metallic Gold #DBB43A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.39%

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

R = 47.92%
G = 39.39%
B = 12.69%

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

#DBB43A (or 0xDBB43A) is known color: Metallic Gold. HEX triplet: DB, B4 and 3A. RGB value is (219,180,58). Sum of RGB (Red+Green+Blue) = 219+180+58=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB43A is #244BC5. Grayscale: #B2B2B2. Windows color (decimal): -2378694 or 3847387. OLE color: 3847387.

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

Color convert

RGB 219 180 58 -
CMYK 0 0.18 0.74 0.14
HSL 45.47º 0.69% 0.54% -
HSV(B) 45.47º 0.74% 0.86% -
XYZ 46.3 48.01 10.83 -
YUV 177.75 60.42 157.42 -
System Red Green Blue C M Y K H S L
Decimal 219 180 58 0 0.18 0.74 0.14 45.47 0.69 0.54
Hex DB B4 3A 0 12 4A E 2D 45 36
Octal 333 264 72 0 22 112 16 55 105 66
Binary 11011011 10110100 111010 0 10010 1001010 1110 101101 1000101 110110

Color Harmonies of #DBB43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB43A

Black with #DBB43A

Text Example


Text Example

White with #DBB43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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