Html Css Color HEX #DCB846 Old Gold

📋 copy color: '#DCB846'

red 220 ◦ green 184 ◦ blue 70

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

Shades of Old Gold #DCB846

Tints of Old Gold #DCB846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.77%

R = 46.41%
G = 38.82%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCB846 (or 0xDCB846) is known color: Old Gold. HEX triplet: DC, B8 and 46. RGB value is (220,184,70). Sum of RGB (Red+Green+Blue) = 220+184+70=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB846 is #2347B9. Grayscale: #B6B6B6. Windows color (decimal): -2312122 or 4634844. OLE color: 4634844.

HSL color Cylindrical-coordinate representation of color #DCB846: hue angle of 45.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCB846 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 184 70 -
CMYK 0 0.16 0.68 0.14
HSL 45.6º 0.68% 0.57% -
HSV(B) 45.6º 0.68% 0.86% -
XYZ 47.76 49.94 12.92 -
YUV 181.77 64.93 155.27 -
System Red Green Blue C M Y K H S L
Decimal 220 184 70 0 0.16 0.68 0.14 45.6 0.68 0.57
Hex DC B8 46 0 10 44 E 2E 44 39
Octal 334 270 106 0 20 104 16 56 104 71
Binary 11011100 10111000 1000110 0 10000 1000100 1110 101110 1000100 111001

Color Harmonies of #DCB846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB846

Black with #DCB846

Text Example


Text Example

White with #DCB846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB846; }

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

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

background-color css

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

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

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

border-color css

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

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

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