Html Css Color HEX #DCB63C Metallic Gold

📋 copy color: '#DCB63C'

red 220 ◦ green 182 ◦ blue 60

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

Shades of Metallic Gold #DCB63C

Tints of Metallic Gold #DCB63C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.39%

 BLUE value IS 60 (23.83% from 255) = 12.99%

R = 47.62%
G = 39.39%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCB63C (or 0xDCB63C) is known color: Metallic Gold. HEX triplet: DC, B6 and 3C. RGB value is (220,182,60). Sum of RGB (Red+Green+Blue) = 220+182+60=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB63C is #2349C3. Grayscale: #B3B3B3. Windows color (decimal): -2312644 or 3978972. OLE color: 3978972.

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

Color convert

RGB 220 182 60 -
CMYK 0 0.17 0.73 0.14
HSL 45.75º 0.7% 0.55% -
HSV(B) 45.75º 0.73% 0.86% -
XYZ 47.06 49 11.25 -
YUV 179.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 220 182 60 0 0.17 0.73 0.14 45.75 0.7 0.55
Hex DC B6 3C 0 11 49 E 2E 46 37
Octal 334 266 74 0 21 111 16 56 106 67
Binary 11011100 10110110 111100 0 10001 1001001 1110 101110 1000110 110111

Color Harmonies of #DCB63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB63C

Black with #DCB63C

Text Example


Text Example

White with #DCB63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB63C; }

 p { color: rgb(220,182,60); }

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

background-color css

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

 a { background-color: rgb(220,182,60); }

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

border-color css

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

 span { border-color: rgb(220,182,60); }

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