#DBB748

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

Shades of Old Gold #DBB748

Tints of Old Gold #DBB748

Color information

#DBB748 (or 0xDBB748) is unknown color: approx Old Gold. HEX triplet: DB, B7 and 48. RGB value is (219,183,72). Sum of RGB (Red+Green+Blue) = 219+183+72=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB748 is #2448B7. Grayscale: #B5B5B5. Windows color (decimal): -2377912 or 4765659. OLE color: 4765659.

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

Color convert

RGB21918372-
CMYK00.160.670.14
HSL45.31º67.12%57.06%-
HSV(B)45.31º67.12%85.88%-
XYZ47.3249.3913.17-
YUV181.1166.43155.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 72 (28.52% from 255) = 15.19%
R=46.20%
G=38.61%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191837200.160.670.1445.3167.1257.06
HexDBB74801043E2d4339
Octal333267110020103165510371
Binary11011011101101111001000010000100001111101011011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB748; }

 p { color: rgb(219,183,72); }

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

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

 a { background-color: rgb(219,183,72); }

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

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

 span { border-color: rgb(219,183,72); }

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