#C7BA2D

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

Shades of Old Gold #C7BA2D

Tints of Old Gold #C7BA2D

Color information

#C7BA2D (or 0xC7BA2D) is unknown color: approx Old Gold. HEX triplet: C7, BA and 2D. RGB value is (199,186,45). Sum of RGB (Red+Green+Blue) = 199+186+45=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA2D is #3845D2. Grayscale: #AEAEAE. Windows color (decimal): -3687891 or 2996935. OLE color: 2996935.

HSL color Cylindrical-coordinate representation of color #C7BA2D: hue angle of 54.94º degrees, saturation: 0.63, 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 #C7BA2D is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19918645-
CMYK00.070.770.22
HSL54.94º63.11%47.84%-
HSV(B)54.94º77.39%78.04%-
XYZ41.5947.459.45-
YUV173.8155.31145.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 186 (73.05% from 255) = 43.26%
BLUE value IS 45 (17.97% from 255) = 10.47%
R=46.28%
G=43.26%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991864500.070.770.2254.9463.1147.84
HexC7BA2D074D16373f30
Octal307272550711526677760
Binary11000111101110101011010111100110110110110111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA2D; }

 p { color: rgb(199,186,45); }

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

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

 a { background-color: rgb(199,186,45); }

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

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

 span { border-color: rgb(199,186,45); }

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