#DCAD38

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

Shades of Metallic Gold #DCAD38

Tints of Metallic Gold #DCAD38

Color information

#DCAD38 (or 0xDCAD38) is unknown color: approx Metallic Gold. HEX triplet: DC, AD and 38. RGB value is (220,173,56). Sum of RGB (Red+Green+Blue) = 220+173+56=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD38 is #2352C7. Grayscale: #AEAEAE. Windows color (decimal): -2314952 or 3714524. OLE color: 3714524.

HSL color Cylindrical-coordinate representation of color #DCAD38: hue angle of 42.8º 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 #DCAD38 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB22017356-
CMYK00.210.750.14
HSL42.8º70.09%54.12%-
HSV(B)42.8º74.55%86.27%-
XYZ45.1745.3910.12-
YUV173.7161.57161.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.00%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 56 (22.27% from 255) = 12.47%
R=49.00%
G=38.53%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201735600.210.750.1442.870.0954.12
HexDCAD380154BE2b4636
Octal33425570025113165310666
Binary1101110010101101111000010101100101111101010111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD38; }

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

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

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

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

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

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

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

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