Html Css Color HEX #DCBA33 Metallic Gold

📋 copy color: '#DCBA33'

red 220 ◦ green 186 ◦ blue 51

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

Shades of Metallic Gold #DCBA33

Tints of Metallic Gold #DCBA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.16%

R = 48.14%
G = 40.7%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCBA33 (or 0xDCBA33) is known color: Metallic Gold. HEX triplet: DC, BA and 33. RGB value is (220,186,51). Sum of RGB (Red+Green+Blue) = 220+186+51=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA33 is #2345CC. Grayscale: #B5B5B5. Windows color (decimal): -2311629 or 3390172. OLE color: 3390172.

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

Color convert

RGB 220 186 51 -
CMYK 0 0.15 0.77 0.14
HSL 47.93º 0.71% 0.53% -
HSV(B) 47.93º 0.77% 0.86% -
XYZ 47.67 50.57 10.38 -
YUV 180.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 220 186 51 0 0.15 0.77 0.14 47.93 0.71 0.53
Hex DC BA 33 0 F 4D E 30 47 35
Octal 334 272 63 0 17 115 16 60 107 65
Binary 11011100 10111010 110011 0 1111 1001101 1110 110000 1000111 110101

Color Harmonies of #DCBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA33

Black with #DCBA33

Text Example


Text Example

White with #DCBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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