Html Css Color HEX #DCB039 Metallic Gold

📋 copy color: '#DCB039'

red 220 ◦ green 176 ◦ blue 57

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

Shades of Metallic Gold #DCB039

Tints of Metallic Gold #DCB039

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.85%

 BLUE value IS 57 (22.66% from 255) = 12.58%

R = 48.57%
G = 38.85%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCB039 (or 0xDCB039) is known color: Metallic Gold. HEX triplet: DC, B0 and 39. RGB value is (220,176,57). Sum of RGB (Red+Green+Blue) = 220+176+57=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 57 (22.66% from 255 or 12.58% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB039 is #234FC6. Grayscale: #B0B0B0. Windows color (decimal): -2314183 or 3780828. OLE color: 3780828.

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

Color convert

RGB 220 176 57 -
CMYK 0 0.2 0.74 0.14
HSL 43.8º 0.7% 0.54% -
HSV(B) 43.8º 0.74% 0.86% -
XYZ 45.78 46.56 10.45 -
YUV 175.59 61.08 159.68 -
System Red Green Blue C M Y K H S L
Decimal 220 176 57 0 0.2 0.74 0.14 43.8 0.7 0.54
Hex DC B0 39 0 14 4A E 2C 46 36
Octal 334 260 71 0 24 112 16 54 106 66
Binary 11011100 10110000 111001 0 10100 1001010 1110 101100 1000110 110110

Color Harmonies of #DCB039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB039

Black with #DCB039

Text Example


Text Example

White with #DCB039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB039; }

 p { color: rgb(220,176,57); }

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

background-color css

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

 a { background-color: rgb(220,176,57); }

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

border-color css

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

 span { border-color: rgb(220,176,57); }

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