Html Css Color HEX #DBAC2F Metallic Gold

📋 copy color: '#DBAC2F'

red 219 ◦ green 172 ◦ blue 47

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

Shades of Metallic Gold #DBAC2F

Tints of Metallic Gold #DBAC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.73%

R = 50%
G = 39.27%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBAC2F (or 0xDBAC2F) is known color: Metallic Gold. HEX triplet: DB, AC and 2F. RGB value is (219,172,47). Sum of RGB (Red+Green+Blue) = 219+172+47=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC2F is #2453D0. Grayscale: #ACACAC. Windows color (decimal): -2380753 or 3124443. OLE color: 3124443.

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

Color convert

RGB 219 172 47 -
CMYK 0 0.21 0.79 0.14
HSL 43.6º 0.7% 0.52% -
HSV(B) 43.6º 0.79% 0.86% -
XYZ 44.48 44.77 8.99 -
YUV 171.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 219 172 47 0 0.21 0.79 0.14 43.6 0.7 0.52
Hex DB AC 2F 0 15 4F E 2C 46 34
Octal 333 254 57 0 25 117 16 54 106 64
Binary 11011011 10101100 101111 0 10101 1001111 1110 101100 1000110 110100

Color Harmonies of #DBAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC2F

Black with #DBAC2F

Text Example


Text Example

White with #DBAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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