#C7B33F

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

Shades of Old Gold #C7B33F

Tints of Old Gold #C7B33F

Color information

#C7B33F (or 0xC7B33F) is unknown color: approx Old Gold. HEX triplet: C7, B3 and 3F. RGB value is (199,179,63). Sum of RGB (Red+Green+Blue) = 199+179+63=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B33F is #384CC0. Grayscale: #ACACAC. Windows color (decimal): -3689665 or 4174791. OLE color: 4174791.

HSL color Cylindrical-coordinate representation of color #C7B33F: hue angle of 51.18º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7B33F is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19917963-
CMYK00.100.680.22
HSL51.18º54.84%51.37%-
HSV(B)51.18º68.34%78.04%-
XYZ40.5744.7411.2-
YUV171.7666.63147.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 63 (25% from 255) = 14.29%
R=45.12%
G=40.59%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991796300.100.680.2251.1854.8451.37
HexC7B33F0A4416333733
Octal3072637701210426636763
Binary110001111011001111111101010100010010110110011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B33F; }

 p { color: rgb(199,179,63); }

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

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

 a { background-color: rgb(199,179,63); }

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

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

 span { border-color: rgb(199,179,63); }

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