Html Css Color HEX #DBA732 Metallic Gold

📋 copy color: '#DBA732'

red 219 ◦ green 167 ◦ blue 50

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

Shades of Metallic Gold #DBA732

Tints of Metallic Gold #DBA732

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.3%

 BLUE value IS 50 (19.92% from 255) = 11.47%

R = 50.23%
G = 38.3%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBA732 (or 0xDBA732) is known color: Metallic Gold. HEX triplet: DB, A7 and 32. RGB value is (219,167,50). Sum of RGB (Red+Green+Blue) = 219+167+50=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA732 is #2458CD. Grayscale: #A9A9A9. Windows color (decimal): -2382030 or 3319771. OLE color: 3319771.

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

Color convert

RGB 219 167 50 -
CMYK 0 0.24 0.77 0.14
HSL 41.54º 0.7% 0.53% -
HSV(B) 41.54º 0.77% 0.86% -
XYZ 43.61 42.93 9.01 -
YUV 169.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 219 167 50 0 0.24 0.77 0.14 41.54 0.7 0.53
Hex DB A7 32 0 18 4D E 2A 46 35
Octal 333 247 62 0 30 115 16 52 106 65
Binary 11011011 10100111 110010 0 11000 1001101 1110 101010 1000110 110101

Color Harmonies of #DBA732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA732

Black with #DBA732

Text Example


Text Example

White with #DBA732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA732; }

 p { color: rgb(219,167,50); }

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

background-color css

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

 a { background-color: rgb(219,167,50); }

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

border-color css

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

 span { border-color: rgb(219,167,50); }

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