#DBBB42

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

Shades of Old Gold #DBBB42

Tints of Old Gold #DBBB42

Color information

#DBBB42 (or 0xDBBB42) is unknown color: approx Old Gold. HEX triplet: DB, BB and 42. RGB value is (219,187,66). Sum of RGB (Red+Green+Blue) = 219+187+66=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB42 is #2444BD. Grayscale: #B7B7B7. Windows color (decimal): -2376894 or 4373467. OLE color: 4373467.

HSL color Cylindrical-coordinate representation of color #DBBB42: hue angle of 47.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBBB42 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB21918766-
CMYK00.150.700.14
HSL47.45º68%55.88%-
HSV(B)47.45º69.86%85.88%-
XYZ47.9750.9912.47-
YUV182.7762.1153.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.40%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 66 (26.17% from 255) = 13.98%
R=46.40%
G=39.62%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191876600.150.700.1447.456855.88
HexDBBB420F46E2f4438
Octal333273102017106165710470
Binary1101101110111011100001001111100011011101011111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBB42; }

 p { color: rgb(219,187,66); }

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

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

 a { background-color: rgb(219,187,66); }

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

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

 span { border-color: rgb(219,187,66); }

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