Html Css Color HEX #DFBA3A Metallic Gold

📋 copy color: '#DFBA3A'

red 223 ◦ green 186 ◦ blue 58

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

Shades of Metallic Gold #DFBA3A

Tints of Metallic Gold #DFBA3A

RGB

 RED value IS 223 (87.5% from 255) = 47.75%

 GREEN value IS 186 (73.05% from 255) = 39.83%

 BLUE value IS 58 (23.05% from 255) = 12.42%

R = 47.75%
G = 39.83%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DFBA3A (or 0xDFBA3A) is known color: Metallic Gold. HEX triplet: DF, BA and 3A. RGB value is (223,186,58). Sum of RGB (Red+Green+Blue) = 223+186+58=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA3A is #2045C5. Grayscale: #B7B7B7. Windows color (decimal): -2115014 or 3848927. OLE color: 3848927.

HSL color Cylindrical-coordinate representation of color #DFBA3A: hue angle of 46.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFBA3A is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 186 58 -
CMYK 0 0.17 0.74 0.13
HSL 46.55º 0.72% 0.55% -
HSV(B) 46.55º 0.74% 0.87% -
XYZ 48.75 51.11 11.3 -
YUV 182.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 223 186 58 0 0.17 0.74 0.13 46.55 0.72 0.55
Hex DF BA 3A 0 11 4A D 2F 48 37
Octal 337 272 72 0 21 112 15 57 110 67
Binary 11011111 10111010 111010 0 10001 1001010 1101 101111 1001000 110111

Color Harmonies of #DFBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA3A

Black with #DFBA3A

Text Example


Text Example

White with #DFBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA3A; }

 p { color: rgb(223,186,58); }

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

background-color css

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

 a { background-color: rgb(223,186,58); }

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

border-color css

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

 span { border-color: rgb(223,186,58); }

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