#D4B833

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

Shades of Old Gold #D4B833

Tints of Old Gold #D4B833

Color information

#D4B833 (or 0xD4B833) is unknown color: approx Old Gold. HEX triplet: D4, B8 and 33. RGB value is (212,184,51). Sum of RGB (Red+Green+Blue) = 212+184+51=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B833 is #2B47CC. Grayscale: #B1B1B1. Windows color (decimal): -2836429 or 3389652. OLE color: 3389652.

HSL color Cylindrical-coordinate representation of color #D4B833: hue angle of 49.57º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4B833 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB21218451-
CMYK00.130.760.17
HSL49.57º65.18%51.57%-
HSV(B)49.57º75.94%83.14%-
XYZ44.8948.5210.13-
YUV177.2156.78152.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.43%
GREEN value IS 184 (72.27% from 255) = 41.16%
BLUE value IS 51 (20.31% from 255) = 11.41%
R=47.43%
G=41.16%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121845100.130.760.1749.5765.1851.57
HexD4B8330D4C11324134
Octal32427063015114216210164
Binary1101010010111000110011011011001100100011100101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B833; }

 p { color: rgb(212,184,51); }

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

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

 a { background-color: rgb(212,184,51); }

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

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

 span { border-color: rgb(212,184,51); }

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