#DCBA3D

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

Shades of Old Gold #DCBA3D

Tints of Old Gold #DCBA3D

Color information

#DCBA3D (or 0xDCBA3D) is unknown color: approx Old Gold. HEX triplet: DC, BA and 3D. RGB value is (220,186,61). Sum of RGB (Red+Green+Blue) = 220+186+61=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA3D is #2345C2. Grayscale: #B6B6B6. Windows color (decimal): -2311619 or 4045532. OLE color: 4045532.

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

Color convert

RGB22018661-
CMYK00.150.720.14
HSL47.17º69.43%55.1%-
HSV(B)47.17º72.27%86.27%-
XYZ47.9250.6711.67-
YUV181.9259.76155.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 61 (24.22% from 255) = 13.06%
R=47.11%
G=39.83%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201866100.150.720.1447.1769.4355.1
HexDCBA3D0F48E2f4537
Octal33427275017110165710567
Binary110111001011101011110101111100100011101011111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA3D; }

 p { color: rgb(220,186,61); }

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

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

 a { background-color: rgb(220,186,61); }

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

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

 span { border-color: rgb(220,186,61); }

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