#D4BB43

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

Shades of Old Gold #D4BB43

Tints of Old Gold #D4BB43

Color information

#D4BB43 (or 0xD4BB43) is unknown color: approx Old Gold. HEX triplet: D4, BB and 43. RGB value is (212,187,67). Sum of RGB (Red+Green+Blue) = 212+187+67=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BB43 is #2B44BC. Grayscale: #B5B5B5. Windows color (decimal): -2835645 or 4438996. OLE color: 4438996.

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

Color convert

RGB21218767-
CMYK00.120.680.17
HSL49.66º62.77%54.71%-
HSV(B)49.66º68.4%83.14%-
XYZ45.9349.9412.53-
YUV180.863.78150.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.49%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 67 (26.56% from 255) = 14.38%
R=45.49%
G=40.13%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121876700.120.680.1749.6662.7754.71
HexD4BB430C4411323f37
Octal32427310301410421627767
Binary1101010010111011100001101100100010010001110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BB43; }

 p { color: rgb(212,187,67); }

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

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

 a { background-color: rgb(212,187,67); }

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

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

 span { border-color: rgb(212,187,67); }

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