#D5BB2E

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

Shades of Old Gold #D5BB2E

Tints of Old Gold #D5BB2E

Color information

#D5BB2E (or 0xD5BB2E) is unknown color: approx Old Gold. HEX triplet: D5, BB and 2E. RGB value is (213,187,46). Sum of RGB (Red+Green+Blue) = 213+187+46=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BB2E is #2A44D1. Grayscale: #B3B3B3. Windows color (decimal): -2770130 or 3062741. OLE color: 3062741.

HSL color Cylindrical-coordinate representation of color #D5BB2E: hue angle of 50.66º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5BB2E is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB21318746-
CMYK00.120.780.16
HSL50.66º66.53%50.78%-
HSV(B)50.66º78.4%83.53%-
XYZ45.749.889.8-
YUV178.753.11152.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 46 (18.36% from 255) = 10.31%
R=47.76%
G=41.93%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131874600.120.780.1650.6666.5350.78
HexD5BB2E0C4E10334333
Octal32527356014116206310363
Binary1101010110111011101110011001001110100001100111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB2E; }

 p { color: rgb(213,187,46); }

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

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

 a { background-color: rgb(213,187,46); }

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

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

 span { border-color: rgb(213,187,46); }

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