#C7B92C

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

Shades of Old Gold #C7B92C

Tints of Old Gold #C7B92C

Color information

#C7B92C (or 0xC7B92C) is unknown color: approx Old Gold. HEX triplet: C7, B9 and 2C. RGB value is (199,185,44). Sum of RGB (Red+Green+Blue) = 199+185+44=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B92C is #3846D3. Grayscale: #ADADAD. Windows color (decimal): -3688148 or 2931143. OLE color: 2931143.

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

Color convert

RGB19918544-
CMYK00.070.780.22
HSL54.58º63.79%47.65%-
HSV(B)54.58º77.89%78.04%-
XYZ41.3647.029.28-
YUV173.1155.14146.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.50%
GREEN value IS 185 (72.66% from 255) = 43.22%
BLUE value IS 44 (17.58% from 255) = 10.28%
R=46.50%
G=43.22%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991854400.070.780.2254.5863.7947.65
HexC7B92C074E16374030
Octal3072715407116266710060
Binary110001111011100110110001111001110101101101111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B92C; }

 p { color: rgb(199,185,44); }

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

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

 a { background-color: rgb(199,185,44); }

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

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

 span { border-color: rgb(199,185,44); }

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