#DAB544

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

Shades of Old Gold #DAB544

Tints of Old Gold #DAB544

Color information

#DAB544 (or 0xDAB544) is unknown color: approx Old Gold. HEX triplet: DA, B5 and 44. RGB value is (218,181,68). Sum of RGB (Red+Green+Blue) = 218+181+68=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB544 is #254ABB. Grayscale: #B3B3B3. Windows color (decimal): -2443964 or 4503002. OLE color: 4503002.

HSL color Cylindrical-coordinate representation of color #DAB544: hue angle of 45.2º 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 #DAB544 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB21818168-
CMYK00.170.690.15
HSL45.2º66.96%56.08%-
HSV(B)45.2º68.81%85.49%-
XYZ46.4848.3712.36-
YUV179.1865.26155.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.68%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 68 (26.95% from 255) = 14.56%
R=46.68%
G=38.76%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181816800.170.690.1545.266.9656.08
HexDAB54401145F2d4338
Octal332265104021105175510370
Binary11011010101101011000100010001100010111111011011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB544; }

 p { color: rgb(218,181,68); }

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

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

 a { background-color: rgb(218,181,68); }

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

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

 span { border-color: rgb(218,181,68); }

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