Html Css Color HEX #DCB740 Metallic Gold

📋 copy color: '#DCB740'

red 220 ◦ green 183 ◦ blue 64

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

Shades of Metallic Gold #DCB740

Tints of Metallic Gold #DCB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.19%

 BLUE value IS 64 (25.39% from 255) = 13.7%

R = 47.11%
G = 39.19%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCB740 (or 0xDCB740) is known color: Metallic Gold. HEX triplet: DC, B7 and 40. RGB value is (220,183,64). Sum of RGB (Red+Green+Blue) = 220+183+64=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB740 is #2348BF. Grayscale: #B5B5B5. Windows color (decimal): -2312384 or 4241372. OLE color: 4241372.

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

Color convert

RGB 220 183 64 -
CMYK 0 0.17 0.71 0.14
HSL 45.77º 0.69% 0.56% -
HSV(B) 45.77º 0.71% 0.86% -
XYZ 47.37 49.45 11.9 -
YUV 180.5 62.26 156.18 -
System Red Green Blue C M Y K H S L
Decimal 220 183 64 0 0.17 0.71 0.14 45.77 0.69 0.56
Hex DC B7 40 0 11 47 E 2E 45 38
Octal 334 267 100 0 21 107 16 56 105 70
Binary 11011100 10110111 1000000 0 10001 1000111 1110 101110 1000101 111000

Color Harmonies of #DCB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB740

Black with #DCB740

Text Example


Text Example

White with #DCB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB740; }

 p { color: rgb(220,183,64); }

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

background-color css

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

 a { background-color: rgb(220,183,64); }

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

border-color css

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

 span { border-color: rgb(220,183,64); }

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