Html Css Color HEX #DCB831 Metallic Gold

📋 copy color: '#DCB831'

red 220 ◦ green 184 ◦ blue 49

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

Shades of Metallic Gold #DCB831

Tints of Metallic Gold #DCB831

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

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

R = 48.57%
G = 40.62%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCB831 (or 0xDCB831) is known color: Metallic Gold. HEX triplet: DC, B8 and 31. RGB value is (220,184,49). Sum of RGB (Red+Green+Blue) = 220+184+49=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB831 is #2347CE. Grayscale: #B3B3B3. Windows color (decimal): -2312143 or 3258588. OLE color: 3258588.

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

Color convert

RGB 220 184 49 -
CMYK 0 0.16 0.78 0.14
HSL 47.37º 0.71% 0.53% -
HSV(B) 47.37º 0.78% 0.86% -
XYZ 47.21 49.72 10.01 -
YUV 179.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 220 184 49 0 0.16 0.78 0.14 47.37 0.71 0.53
Hex DC B8 31 0 10 4E E 2F 47 35
Octal 334 270 61 0 20 116 16 57 107 65
Binary 11011100 10111000 110001 0 10000 1001110 1110 101111 1000111 110101

Color Harmonies of #DCB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB831

Black with #DCB831

Text Example


Text Example

White with #DCB831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB831; }

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

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

background-color css

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

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

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

border-color css

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

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

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