Html Css Color HEX #DCB731 Metallic Gold

📋 copy color: '#DCB731'

red 220 ◦ green 183 ◦ blue 49

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

Shades of Metallic Gold #DCB731

Tints of Metallic Gold #DCB731

RGB

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

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

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

R = 48.67%
G = 40.49%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCB731 (or 0xDCB731) is known color: Metallic Gold. HEX triplet: DC, B7 and 31. RGB value is (220,183,49). Sum of RGB (Red+Green+Blue) = 220+183+49=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB731 is #2348CE. Grayscale: #B3B3B3. Windows color (decimal): -2312399 or 3258332. OLE color: 3258332.

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

Color convert

RGB 220 183 49 -
CMYK 0 0.17 0.78 0.14
HSL 47.02º 0.71% 0.53% -
HSV(B) 47.02º 0.78% 0.86% -
XYZ 47 49.3 9.95 -
YUV 178.79 54.76 157.4 -
System Red Green Blue C M Y K H S L
Decimal 220 183 49 0 0.17 0.78 0.14 47.02 0.71 0.53
Hex DC B7 31 0 11 4E E 2F 47 35
Octal 334 267 61 0 21 116 16 57 107 65
Binary 11011100 10110111 110001 0 10001 1001110 1110 101111 1000111 110101

Color Harmonies of #DCB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB731

Black with #DCB731

Text Example


Text Example

White with #DCB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB731; }

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

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

background-color css

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

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

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

border-color css

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

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

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