#DCB842

Color #DCB842 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #DCB842

Tints of Old Gold #DCB842

Color information

#DCB842 (or 0xDCB842) is unknown color: approx Old Gold. HEX triplet: DC, B8 and 42. RGB value is (220,184,66). Sum of RGB (Red+Green+Blue) = 220+184+66=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB842 is #2347BD. Grayscale: #B5B5B5. Windows color (decimal): -2312126 or 4372700. OLE color: 4372700.

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

Color convert

RGB22018466-
CMYK00.160.70.14
HSL45.97º68.75%56.08%-
HSV(B)45.97º70%86.27%-
XYZ47.6449.8912.27-
YUV181.3162.93155.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.81%
GREEN value IS 184 (72.27% from 255) = 39.15%
BLUE value IS 66 (26.17% from 255) = 14.04%
R=46.81%
G=39.15%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201846600.160.70.1445.9768.7556.08
HexDCB84201046E2e4538
Octal334270102020106165610570
Binary11011100101110001000010010000100011011101011101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB842; }

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

 H1.HeaderClassName
 {
   color: #DCB842;
 }
 .AnyTagClassName
 {
   color: #DCB842;
 }
</style>
background-color css

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

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

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

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

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

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