#DAB235

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

Shades of Metallic Gold #DAB235

Tints of Metallic Gold #DAB235

Color information

#DAB235 (or 0xDAB235) is unknown color: approx Metallic Gold. HEX triplet: DA, B2 and 35. RGB value is (218,178,53). Sum of RGB (Red+Green+Blue) = 218+178+53=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB235 is #254DCA. Grayscale: #B0B0B0. Windows color (decimal): -2444747 or 3519194. OLE color: 3519194.

HSL color Cylindrical-coordinate representation of color #DAB235: hue angle of 45.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAB235 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB21817853-
CMYK00.180.760.15
HSL45.45º69.04%53.14%-
HSV(B)45.45º75.69%85.49%-
XYZ45.484710.04-
YUV175.7158.75158.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 178 (69.92% from 255) = 39.64%
BLUE value IS 53 (21.09% from 255) = 11.80%
R=48.55%
G=39.64%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181785300.180.760.1545.4569.0453.14
HexDAB2350124CF2d4535
Octal33226265022114175510565
Binary1101101010110010110101010010100110011111011011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB235; }

 p { color: rgb(218,178,53); }

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

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

 a { background-color: rgb(218,178,53); }

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

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

 span { border-color: rgb(218,178,53); }

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