#DCBB3A

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

Shades of Old Gold #DCBB3A

Tints of Old Gold #DCBB3A

Color information

#DCBB3A (or 0xDCBB3A) is unknown color: approx Old Gold. HEX triplet: DC, BB and 3A. RGB value is (220,187,58). Sum of RGB (Red+Green+Blue) = 220+187+58=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB3A is #2344C5. Grayscale: #B6B6B6. Windows color (decimal): -2311366 or 3849180. OLE color: 3849180.

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

Color convert

RGB22018758-
CMYK00.150.740.14
HSL47.78º69.83%54.51%-
HSV(B)47.78º73.64%86.27%-
XYZ48.0551.0611.33-
YUV182.1657.93154.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 58 (23.05% from 255) = 12.47%
R=47.31%
G=40.22%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201875800.150.740.1447.7869.8354.51
HexDCBB3A0F4AE304637
Octal33427372017112166010667
Binary110111001011101111101001111100101011101100001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB3A; }

 p { color: rgb(220,187,58); }

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

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

 a { background-color: rgb(220,187,58); }

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

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

 span { border-color: rgb(220,187,58); }

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