#DAB943

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

Shades of Old Gold #DAB943

Tints of Old Gold #DAB943

Color information

#DAB943 (or 0xDAB943) is unknown color: approx Old Gold. HEX triplet: DA, B9 and 43. RGB value is (218,185,67). Sum of RGB (Red+Green+Blue) = 218+185+67=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB943 is #2546BC. Grayscale: #B5B5B5. Windows color (decimal): -2442941 or 4438490. OLE color: 4438490.

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

Color convert

RGB21818567-
CMYK00.150.690.15
HSL46.89º67.11%55.88%-
HSV(B)46.89º69.27%85.49%-
XYZ47.2850.0112.47-
YUV181.4263.43154.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 67 (26.56% from 255) = 14.26%
R=46.38%
G=39.36%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181856700.150.690.1546.8967.1155.88
HexDAB9430F45F2f4338
Octal332271103017105175710370
Binary1101101010111001100001101111100010111111011111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB943; }

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

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

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

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

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

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

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

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