#DBBA3D

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

Shades of Old Gold #DBBA3D

Tints of Old Gold #DBBA3D

Color information

#DBBA3D (or 0xDBBA3D) is unknown color: approx Old Gold. HEX triplet: DB, BA and 3D. RGB value is (219,186,61). Sum of RGB (Red+Green+Blue) = 219+186+61=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA3D is #2445C2. Grayscale: #B6B6B6. Windows color (decimal): -2377155 or 4045531. OLE color: 4045531.

HSL color Cylindrical-coordinate representation of color #DBBA3D: hue angle of 47.47º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBBA3D is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB21918661-
CMYK00.150.720.14
HSL47.47º68.7%54.9%-
HSV(B)47.47º72.15%85.88%-
XYZ47.6150.5111.66-
YUV181.6259.93154.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.00%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 61 (24.22% from 255) = 13.09%
R=47.00%
G=39.91%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191866100.150.720.1447.4768.754.9
HexDBBA3D0F48E2f4537
Octal33327275017110165710567
Binary110110111011101011110101111100100011101011111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA3D; }

 p { color: rgb(219,186,61); }

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

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

 a { background-color: rgb(219,186,61); }

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

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

 span { border-color: rgb(219,186,61); }

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