Html Css Color HEX #DCB13C Metallic Gold

📋 copy color: '#DCB13C'

red 220 ◦ green 177 ◦ blue 60

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

Shades of Metallic Gold #DCB13C

Tints of Metallic Gold #DCB13C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.73%

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

R = 48.14%
G = 38.73%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCB13C (or 0xDCB13C) is known color: Metallic Gold. HEX triplet: DC, B1 and 3C. RGB value is (220,177,60). Sum of RGB (Red+Green+Blue) = 220+177+60=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB13C is #234EC3. Grayscale: #B1B1B1. Windows color (decimal): -2313924 or 3977692. OLE color: 3977692.

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

Color convert

RGB 220 177 60 -
CMYK 0 0.20 0.73 0.14
HSL 43.88º 0.7% 0.55% -
HSV(B) 43.88º 0.73% 0.86% -
XYZ 46.05 46.99 10.92 -
YUV 176.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 220 177 60 0 0.20 0.73 0.14 43.88 0.7 0.55
Hex DC B1 3C 0 14 49 E 2C 46 37
Octal 334 261 74 0 24 111 16 54 106 67
Binary 11011100 10110001 111100 0 10100 1001001 1110 101100 1000110 110111

Color Harmonies of #DCB13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB13C

Black with #DCB13C

Text Example


Text Example

White with #DCB13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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