#D5BB3E

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

Shades of Old Gold #D5BB3E

Tints of Old Gold #D5BB3E

Color information

#D5BB3E (or 0xD5BB3E) is unknown color: approx Old Gold. HEX triplet: D5, BB and 3E. RGB value is (213,187,62). Sum of RGB (Red+Green+Blue) = 213+187+62=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BB3E is #2A44C1. Grayscale: #B5B5B5. Windows color (decimal): -2770114 or 4111317. OLE color: 4111317.

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

Color convert

RGB21318762-
CMYK00.120.710.16
HSL49.67º64.26%53.92%-
HSV(B)49.67º70.89%83.53%-
XYZ46.0850.0311.79-
YUV180.5261.11151.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 62 (24.61% from 255) = 13.42%
R=46.10%
G=40.48%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131876200.120.710.1649.6764.2653.92
HexD5BB3E0C4710324036
Octal32527376014107206210066
Binary1101010110111011111110011001000111100001100101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB3E; }

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

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

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

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

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

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

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

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