Html Css Color HEX #DBA932 Metallic Gold

📋 copy color: '#DBA932'

red 219 ◦ green 169 ◦ blue 50

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

Shades of Metallic Gold #DBA932

Tints of Metallic Gold #DBA932

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.58%

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

R = 50%
G = 38.58%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBA932 (or 0xDBA932) is known color: Metallic Gold. HEX triplet: DB, A9 and 32. RGB value is (219,169,50). Sum of RGB (Red+Green+Blue) = 219+169+50=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA932 is #2456CD. Grayscale: #AAAAAA. Windows color (decimal): -2381518 or 3320283. OLE color: 3320283.

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

Color convert

RGB 219 169 50 -
CMYK 0 0.23 0.77 0.14
HSL 42.25º 0.7% 0.53% -
HSV(B) 42.25º 0.77% 0.86% -
XYZ 43.98 43.67 9.13 -
YUV 170.38 60.07 162.68 -
System Red Green Blue C M Y K H S L
Decimal 219 169 50 0 0.23 0.77 0.14 42.25 0.7 0.53
Hex DB A9 32 0 17 4D E 2A 46 35
Octal 333 251 62 0 27 115 16 52 106 65
Binary 11011011 10101001 110010 0 10111 1001101 1110 101010 1000110 110101

Color Harmonies of #DBA932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA932

Black with #DBA932

Text Example


Text Example

White with #DBA932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA932; }

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

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

background-color css

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

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

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

border-color css

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

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

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