#D4BE3B

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

Shades of Old Gold #D4BE3B

Tints of Old Gold #D4BE3B

Color information

#D4BE3B (or 0xD4BE3B) is unknown color: approx Old Gold. HEX triplet: D4, BE and 3B. RGB value is (212,190,59). Sum of RGB (Red+Green+Blue) = 212+190+59=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BE3B is #2B41C4. Grayscale: #B6B6B6. Windows color (decimal): -2834885 or 3915476. OLE color: 3915476.

HSL color Cylindrical-coordinate representation of color #D4BE3B: hue angle of 51.37º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4BE3B is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB21219059-
CMYK00.100.720.17
HSL51.37º64.02%53.14%-
HSV(B)51.37º72.17%83.14%-
XYZ46.3551.1411.57-
YUV181.6458.79149.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.99%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 59 (23.44% from 255) = 12.80%
R=45.99%
G=41.21%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121905900.100.720.1751.3764.0253.14
HexD4BE3B0A4811334035
Octal32427673012110216310065
Binary1101010010111110111011010101001000100011100111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BE3B; }

 p { color: rgb(212,190,59); }

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

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

 a { background-color: rgb(212,190,59); }

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

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

 span { border-color: rgb(212,190,59); }

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