Html Css Color HEX #DBAF3C Metallic Gold

📋 copy color: '#DBAF3C'

red 219 ◦ green 175 ◦ blue 60

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

Shades of Metallic Gold #DBAF3C

Tints of Metallic Gold #DBAF3C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.55%

 BLUE value IS 60 (23.83% from 255) = 13.22%

R = 48.24%
G = 38.55%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBAF3C (or 0xDBAF3C) is known color: Metallic Gold. HEX triplet: DB, AF and 3C. RGB value is (219,175,60). Sum of RGB (Red+Green+Blue) = 219+175+60=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF3C is #2450C3. Grayscale: #AFAFAF. Windows color (decimal): -2379972 or 3977179. OLE color: 3977179.

HSL color Cylindrical-coordinate representation of color #DBAF3C: hue angle of 43.4º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBAF3C is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 60 -
CMYK 0 0.20 0.73 0.14
HSL 43.4º 0.69% 0.55% -
HSV(B) 43.4º 0.73% 0.86% -
XYZ 45.36 46.05 10.77 -
YUV 175.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 219 175 60 0 0.20 0.73 0.14 43.4 0.69 0.55
Hex DB AF 3C 0 14 49 E 2B 45 37
Octal 333 257 74 0 24 111 16 53 105 67
Binary 11011011 10101111 111100 0 10100 1001001 1110 101011 1000101 110111

Color Harmonies of #DBAF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF3C

Black with #DBAF3C

Text Example


Text Example

White with #DBAF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF3C; }

 p { color: rgb(219,175,60); }

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

background-color css

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

 a { background-color: rgb(219,175,60); }

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

border-color css

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

 span { border-color: rgb(219,175,60); }

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