#D9B641

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

Shades of Old Gold #D9B641

Tints of Old Gold #D9B641

Color information

#D9B641 (or 0xD9B641) is unknown color: approx Old Gold. HEX triplet: D9, B6 and 41. RGB value is (217,182,65). Sum of RGB (Red+Green+Blue) = 217+182+65=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B641 is #2649BE. Grayscale: #B3B3B3. Windows color (decimal): -2509247 or 4306649. OLE color: 4306649.

HSL color Cylindrical-coordinate representation of color #D9B641: hue angle of 46.18º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9B641 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB21718265-
CMYK00.160.700.15
HSL46.18º66.67%55.29%-
HSV(B)46.18º70.05%85.1%-
XYZ46.348.5911.94-
YUV179.1363.6155.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.77%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 65 (25.78% from 255) = 14.01%
R=46.77%
G=39.22%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171826500.160.700.1546.1866.6755.29
HexD9B64101046F2e4337
Octal331266101020106175610367
Binary11011001101101101000001010000100011011111011101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B641; }

 p { color: rgb(217,182,65); }

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

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

 a { background-color: rgb(217,182,65); }

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

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

 span { border-color: rgb(217,182,65); }

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