Html Css Color HEX #DCB131 Metallic Gold

📋 copy color: '#DCB131'

red 220 ◦ green 177 ◦ blue 49

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

Shades of Metallic Gold #DCB131

Tints of Metallic Gold #DCB131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.99%

R = 49.33%
G = 39.69%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCB131 (or 0xDCB131) is known color: Metallic Gold. HEX triplet: DC, B1 and 31. RGB value is (220,177,49). Sum of RGB (Red+Green+Blue) = 220+177+49=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB131 is #234ECE. Grayscale: #AFAFAF. Windows color (decimal): -2313935 or 3256796. OLE color: 3256796.

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

Color convert

RGB 220 177 49 -
CMYK 0 0.20 0.78 0.14
HSL 44.91º 0.71% 0.53% -
HSV(B) 44.91º 0.78% 0.86% -
XYZ 45.79 46.88 9.54 -
YUV 175.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 220 177 49 0 0.20 0.78 0.14 44.91 0.71 0.53
Hex DC B1 31 0 14 4E E 2D 47 35
Octal 334 261 61 0 24 116 16 55 107 65
Binary 11011100 10110001 110001 0 10100 1001110 1110 101101 1000111 110101

Color Harmonies of #DCB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB131

Black with #DCB131

Text Example


Text Example

White with #DCB131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB131; }

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

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

background-color css

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

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

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

border-color css

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

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

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