Html Css Color HEX #DBAC31 Metallic Gold

📋 copy color: '#DBAC31'

red 219 ◦ green 172 ◦ blue 49

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

Shades of Metallic Gold #DBAC31

Tints of Metallic Gold #DBAC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 49 (19.53% from 255) = 11.14%

R = 49.77%
G = 39.09%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBAC31 (or 0xDBAC31) is known color: Metallic Gold. HEX triplet: DB, AC and 31. RGB value is (219,172,49). Sum of RGB (Red+Green+Blue) = 219+172+49=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC31 is #2453CE. Grayscale: #ACACAC. Windows color (decimal): -2380751 or 3255515. OLE color: 3255515.

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

Color convert

RGB 219 172 49 -
CMYK 0 0.21 0.78 0.14
HSL 43.41º 0.7% 0.53% -
HSV(B) 43.41º 0.78% 0.86% -
XYZ 44.52 44.79 9.2 -
YUV 172.03 58.57 161.5 -
System Red Green Blue C M Y K H S L
Decimal 219 172 49 0 0.21 0.78 0.14 43.41 0.7 0.53
Hex DB AC 31 0 15 4E E 2B 46 35
Octal 333 254 61 0 25 116 16 53 106 65
Binary 11011011 10101100 110001 0 10101 1001110 1110 101011 1000110 110101

Color Harmonies of #DBAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC31

Black with #DBAC31

Text Example


Text Example

White with #DBAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC31; }

 p { color: rgb(219,172,49); }

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

background-color css

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

 a { background-color: rgb(219,172,49); }

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

border-color css

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

 span { border-color: rgb(219,172,49); }

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