#DCBC38

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

Shades of Old Gold #DCBC38

Tints of Old Gold #DCBC38

Color information

#DCBC38 (or 0xDCBC38) is unknown color: approx Old Gold. HEX triplet: DC, BC and 38. RGB value is (220,188,56). Sum of RGB (Red+Green+Blue) = 220+188+56=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC38 is #2343C7. Grayscale: #B7B7B7. Windows color (decimal): -2311112 or 3718364. OLE color: 3718364.

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

Color convert

RGB22018856-
CMYK00.150.750.14
HSL48.29º70.09%54.12%-
HSV(B)48.29º74.55%86.27%-
XYZ48.2151.4711.13-
YUV182.5256.6154.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.41%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 56 (22.27% from 255) = 12.07%
R=47.41%
G=40.52%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201885600.150.750.1448.2970.0954.12
HexDCBC380F4BE304636
Octal33427470017113166010666
Binary110111001011110011100001111100101111101100001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBC38; }

 p { color: rgb(220,188,56); }

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

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

 a { background-color: rgb(220,188,56); }

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

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

 span { border-color: rgb(220,188,56); }

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