Html Css Color HEX #DCBA36 Metallic Gold

📋 copy color: '#DCBA36'

red 220 ◦ green 186 ◦ blue 54

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

Shades of Metallic Gold #DCBA36

Tints of Metallic Gold #DCBA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.74%

R = 47.83%
G = 40.43%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCBA36 (or 0xDCBA36) is known color: Metallic Gold. HEX triplet: DC, BA and 36. RGB value is (220,186,54). Sum of RGB (Red+Green+Blue) = 220+186+54=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA36 is #2345C9. Grayscale: #B5B5B5. Windows color (decimal): -2311626 or 3586780. OLE color: 3586780.

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

Color convert

RGB 220 186 54 -
CMYK 0 0.15 0.75 0.14
HSL 47.71º 0.7% 0.54% -
HSV(B) 47.71º 0.75% 0.86% -
XYZ 47.74 50.6 10.74 -
YUV 181.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 220 186 54 0 0.15 0.75 0.14 47.71 0.7 0.54
Hex DC BA 36 0 F 4B E 30 46 36
Octal 334 272 66 0 17 113 16 60 106 66
Binary 11011100 10111010 110110 0 1111 1001011 1110 110000 1000110 110110

Color Harmonies of #DCBA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA36

Black with #DCBA36

Text Example


Text Example

White with #DCBA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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