#DAB93C

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

Shades of Old Gold #DAB93C

Tints of Old Gold #DAB93C

Color information

#DAB93C (or 0xDAB93C) is unknown color: approx Old Gold. HEX triplet: DA, B9 and 3C. RGB value is (218,185,60). Sum of RGB (Red+Green+Blue) = 218+185+60=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB93C is #2546C3. Grayscale: #B5B5B5. Windows color (decimal): -2442948 or 3979738. OLE color: 3979738.

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

Color convert

RGB21818560-
CMYK00.150.720.15
HSL47.47º68.1%54.51%-
HSV(B)47.47º72.48%85.49%-
XYZ47.0849.9311.43-
YUV180.6259.93154.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.08%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 60 (23.83% from 255) = 12.96%
R=47.08%
G=39.96%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181856000.150.720.1547.4768.154.51
HexDAB93C0F48F2f4437
Octal33227174017110175710467
Binary110110101011100111110001111100100011111011111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB93C; }

 p { color: rgb(218,185,60); }

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

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

 a { background-color: rgb(218,185,60); }

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

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

 span { border-color: rgb(218,185,60); }

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