Html Css Color HEX #DCB93A Metallic Gold

📋 copy color: '#DCB93A'

red 220 ◦ green 185 ◦ blue 58

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

Shades of Metallic Gold #DCB93A

Tints of Metallic Gold #DCB93A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.96%

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

R = 47.52%
G = 39.96%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCB93A (or 0xDCB93A) is known color: Metallic Gold. HEX triplet: DC, B9 and 3A. RGB value is (220,185,58). Sum of RGB (Red+Green+Blue) = 220+185+58=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB93A is #2346C5. Grayscale: #B5B5B5. Windows color (decimal): -2311878 or 3848668. OLE color: 3848668.

HSL color Cylindrical-coordinate representation of color #DCB93A: hue angle of 47.04º 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 #DCB93A is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 58 -
CMYK 0 0.16 0.74 0.14
HSL 47.04º 0.7% 0.55% -
HSV(B) 47.04º 0.74% 0.86% -
XYZ 47.63 50.22 11.19 -
YUV 180.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 220 185 58 0 0.16 0.74 0.14 47.04 0.7 0.55
Hex DC B9 3A 0 10 4A E 2F 46 37
Octal 334 271 72 0 20 112 16 57 106 67
Binary 11011100 10111001 111010 0 10000 1001010 1110 101111 1000110 110111

Color Harmonies of #DCB93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB93A

Black with #DCB93A

Text Example


Text Example

White with #DCB93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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