Html Css Color HEX #DBA835 Metallic Gold

📋 copy color: '#DBA835'

red 219 ◦ green 168 ◦ blue 53

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

Shades of Metallic Gold #DBA835

Tints of Metallic Gold #DBA835

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

 BLUE value IS 53 (21.09% from 255) = 12.05%

R = 49.77%
G = 38.18%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBA835 (or 0xDBA835) is known color: Metallic Gold. HEX triplet: DB, A8 and 35. RGB value is (219,168,53). Sum of RGB (Red+Green+Blue) = 219+168+53=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA835 is #2457CA. Grayscale: #AAAAAA. Windows color (decimal): -2381771 or 3516635. OLE color: 3516635.

HSL color Cylindrical-coordinate representation of color #DBA835: hue angle of 41.57º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBA835 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 53 -
CMYK 0 0.23 0.76 0.14
HSL 41.57º 0.7% 0.53% -
HSV(B) 41.57º 0.76% 0.86% -
XYZ 43.86 43.32 9.42 -
YUV 170.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 219 168 53 0 0.23 0.76 0.14 41.57 0.7 0.53
Hex DB A8 35 0 17 4C E 2A 46 35
Octal 333 250 65 0 27 114 16 52 106 65
Binary 11011011 10101000 110101 0 10111 1001100 1110 101010 1000110 110101

Color Harmonies of #DBA835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA835

Black with #DBA835

Text Example


Text Example

White with #DBA835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA835; }

 p { color: rgb(219,168,53); }

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

background-color css

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

 a { background-color: rgb(219,168,53); }

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

border-color css

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

 span { border-color: rgb(219,168,53); }

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