Html Css Color HEX #DCBA3A Metallic Gold

📋 copy color: '#DCBA3A'

red 220 ◦ green 186 ◦ blue 58

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

Shades of Metallic Gold #DCBA3A

Tints of Metallic Gold #DCBA3A

RGB

 RED value IS 220 (86.33% from 255) = 47.41%

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

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

R = 47.41%
G = 40.09%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCBA3A (or 0xDCBA3A) is known color: Metallic Gold. HEX triplet: DC, BA and 3A. RGB value is (220,186,58). Sum of RGB (Red+Green+Blue) = 220+186+58=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA3A is #2345C5. Grayscale: #B6B6B6. Windows color (decimal): -2311622 or 3848924. OLE color: 3848924.

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

Color convert

RGB 220 186 58 -
CMYK 0 0.15 0.74 0.14
HSL 47.41º 0.7% 0.55% -
HSV(B) 47.41º 0.74% 0.86% -
XYZ 47.84 50.64 11.26 -
YUV 181.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 220 186 58 0 0.15 0.74 0.14 47.41 0.7 0.55
Hex DC BA 3A 0 F 4A E 2F 46 37
Octal 334 272 72 0 17 112 16 57 106 67
Binary 11011100 10111010 111010 0 1111 1001010 1110 101111 1000110 110111

Color Harmonies of #DCBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA3A

Black with #DCBA3A

Text Example


Text Example

White with #DCBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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