#C7BD2E

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

Shades of Old Gold #C7BD2E

Tints of Old Gold #C7BD2E

Color information

#C7BD2E (or 0xC7BD2E) is unknown color: approx Old Gold. HEX triplet: C7, BD and 2E. RGB value is (199,189,46). Sum of RGB (Red+Green+Blue) = 199+189+46=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BD2E is #3842D1. Grayscale: #B0B0B0. Windows color (decimal): -3687122 or 3063239. OLE color: 3063239.

HSL color Cylindrical-coordinate representation of color #C7BD2E: hue angle of 56.08º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7BD2E is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19918946-
CMYK00.050.770.22
HSL56.08º62.45%48.04%-
HSV(B)56.08º76.88%78.04%-
XYZ42.2448.739.76-
YUV175.6954.81144.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 189 (74.22% from 255) = 43.55%
BLUE value IS 46 (18.36% from 255) = 10.60%
R=45.85%
G=43.55%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991894600.050.770.2256.0862.4548.04
HexC7BD2E054D16383e30
Octal307275560511526707660
Binary11000111101111011011100101100110110110111000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BD2E; }

 p { color: rgb(199,189,46); }

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

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

 a { background-color: rgb(199,189,46); }

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

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

 span { border-color: rgb(199,189,46); }

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