#DDBA44

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

Shades of Old Gold #DDBA44

Tints of Old Gold #DDBA44

Color information

#DDBA44 (or 0xDDBA44) is unknown color: approx Old Gold. HEX triplet: DD, BA and 44. RGB value is (221,186,68). Sum of RGB (Red+Green+Blue) = 221+186+68=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA44 is #2245BB. Grayscale: #B7B7B7. Windows color (decimal): -2246076 or 4504285. OLE color: 4504285.

HSL color Cylindrical-coordinate representation of color #DDBA44: hue angle of 46.27º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDBA44 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22118668-
CMYK00.160.690.13
HSL46.27º69.23%56.67%-
HSV(B)46.27º69.23%86.67%-
XYZ48.4250.9112.74-
YUV183.0163.1155.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 68 (26.95% from 255) = 14.32%
R=46.53%
G=39.16%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211866800.160.690.1346.2769.2356.67
HexDDBA4401045D2e4539
Octal335272104020105155610571
Binary11011101101110101000100010000100010111011011101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA44; }

 p { color: rgb(221,186,68); }

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

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

 a { background-color: rgb(221,186,68); }

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

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

 span { border-color: rgb(221,186,68); }

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