#d4bf30

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

Shades of Old Gold #D4BF30

Tints of Old Gold #D4BF30

Color information

#D4BF30 (or 0xD4BF30) is unknown color: approx Old Gold. HEX triplet: D4, BF and 30. RGB value is (212,191,48). Sum of RGB (Red+Green+Blue) = 212+191+48=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BF30 is #2B40CF. Grayscale: #B5B5B5. Windows color (decimal): -2834640 or 3194836. OLE color: 3194836.

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

Color convert

RGB21219148-
CMYK00.100.770.17
HSL52.32º65.6%50.98%-
HSV(B)52.32º77.36%83.14%-
XYZ46.3251.4710.29-
YUV180.9852.96150.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 48 (19.14% from 255) = 10.64%
R=47.01%
G=42.35%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121914800.100.770.1752.3265.650.98
HexD4BF300A4D11344233
Octal32427760012115216410263
Binary1101010010111111110000010101001101100011101001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4bf30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4bf30; }

 p { color: rgb(212,191,48); }

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

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

 a { background-color: rgb(212,191,48); }

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

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

 span { border-color: rgb(212,191,48); }

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