Html Css Color HEX #DCBA34 Metallic Gold

📋 copy color: '#DCBA34'

red 220 ◦ green 186 ◦ blue 52

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

Shades of Metallic Gold #DCBA34

Tints of Metallic Gold #DCBA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.35%

R = 48.03%
G = 40.61%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCBA34 (or 0xDCBA34) is known color: Metallic Gold. HEX triplet: DC, BA and 34. RGB value is (220,186,52). Sum of RGB (Red+Green+Blue) = 220+186+52=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA34 is #2345CB. Grayscale: #B5B5B5. Windows color (decimal): -2311628 or 3455708. OLE color: 3455708.

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

Color convert

RGB 220 186 52 -
CMYK 0 0.15 0.76 0.14
HSL 47.86º 0.71% 0.53% -
HSV(B) 47.86º 0.76% 0.86% -
XYZ 47.69 50.58 10.5 -
YUV 180.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 220 186 52 0 0.15 0.76 0.14 47.86 0.71 0.53
Hex DC BA 34 0 F 4C E 30 47 35
Octal 334 272 64 0 17 114 16 60 107 65
Binary 11011100 10111010 110100 0 1111 1001100 1110 110000 1000111 110101

Color Harmonies of #DCBA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA34

Black with #DCBA34

Text Example


Text Example

White with #DCBA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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