#DCBB3F

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

Shades of Old Gold #DCBB3F

Tints of Old Gold #DCBB3F

Color information

#DCBB3F (or 0xDCBB3F) is unknown color: approx Old Gold. HEX triplet: DC, BB and 3F. RGB value is (220,187,63). Sum of RGB (Red+Green+Blue) = 220+187+63=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB3F is #2344C0. Grayscale: #B7B7B7. Windows color (decimal): -2311361 or 4176860. OLE color: 4176860.

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

Color convert

RGB22018763-
CMYK00.150.710.14
HSL47.39º69.16%55.49%-
HSV(B)47.39º71.36%86.27%-
XYZ48.1851.1212.03-
YUV182.7360.43154.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.81%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 63 (25% from 255) = 13.40%
R=46.81%
G=39.79%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201876300.150.710.1447.3969.1655.49
HexDCBB3F0F47E2f4537
Octal33427377017107165710567
Binary110111001011101111111101111100011111101011111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB3F; }

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

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

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

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

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

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

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

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