#D5BB38

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

Shades of Old Gold #D5BB38

Tints of Old Gold #D5BB38

Color information

#D5BB38 (or 0xD5BB38) is unknown color: approx Old Gold. HEX triplet: D5, BB and 38. RGB value is (213,187,56). Sum of RGB (Red+Green+Blue) = 213+187+56=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BB38 is #2A44C7. Grayscale: #B4B4B4. Windows color (decimal): -2770120 or 3718101. OLE color: 3718101.

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

Color convert

RGB21318756-
CMYK00.120.740.16
HSL50.06º65.15%52.75%-
HSV(B)50.06º73.71%83.53%-
XYZ45.9249.9710.97-
YUV179.8458.11151.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 56 (22.27% from 255) = 12.28%
R=46.71%
G=41.01%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131875600.120.740.1650.0665.1552.75
HexD5BB380C4A10324135
Octal32527370014112206210165
Binary1101010110111011111000011001001010100001100101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB38; }

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

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

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

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

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

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

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

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