#D5B245

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

Shades of Old Gold #D5B245

Tints of Old Gold #D5B245

Color information

#D5B245 (or 0xD5B245) is unknown color: approx Old Gold. HEX triplet: D5, B2 and 45. RGB value is (213,178,69). Sum of RGB (Red+Green+Blue) = 213+178+69=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B245 is #2A4DBA. Grayscale: #B0B0B0. Windows color (decimal): -2772411 or 4567765. OLE color: 4567765.

HSL color Cylindrical-coordinate representation of color #D5B245: hue angle of 45.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5B245 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21317869-
CMYK00.160.680.16
HSL45.42º63.16%55.29%-
HSV(B)45.42º67.61%83.53%-
XYZ44.4446.4212.25-
YUV176.0467.6154.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 178 (69.92% from 255) = 38.70%
BLUE value IS 69 (27.34% from 255) = 15%
R=46.30%
G=38.70%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131786900.160.680.1645.4263.1655.29
HexD5B24501044102d3f37
Octal32526210502010420557767
Binary11010101101100101000101010000100010010000101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B245; }

 p { color: rgb(213,178,69); }

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

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

 a { background-color: rgb(213,178,69); }

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

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

 span { border-color: rgb(213,178,69); }

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