#DABB44

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

Shades of Old Gold #DABB44

Tints of Old Gold #DABB44

Color information

#DABB44 (or 0xDABB44) is unknown color: approx Old Gold. HEX triplet: DA, BB and 44. RGB value is (218,187,68). Sum of RGB (Red+Green+Blue) = 218+187+68=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB44 is #2544BB. Grayscale: #B7B7B7. Windows color (decimal): -2442428 or 4504538. OLE color: 4504538.

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

Color convert

RGB21818768-
CMYK00.140.690.15
HSL47.6º66.96%56.08%-
HSV(B)47.6º68.81%85.49%-
XYZ47.7350.8612.77-
YUV182.763.27153.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 187 (73.44% from 255) = 39.53%
BLUE value IS 68 (26.95% from 255) = 14.38%
R=46.09%
G=39.53%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181876800.140.690.1547.666.9656.08
HexDABB440E45F304338
Octal332273104016105176010370
Binary1101101010111011100010001110100010111111100001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB44; }

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

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

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

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

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

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

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

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