#C6C031

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

Shades of Old Gold #C6C031

Tints of Old Gold #C6C031

Color information

#C6C031 (or 0xC6C031) is unknown color: approx Old Gold. HEX triplet: C6, C0 and 31. RGB value is (198,192,49). Sum of RGB (Red+Green+Blue) = 198+192+49=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C031 is #393FCE. Grayscale: #B2B2B2. Windows color (decimal): -3751887 or 3260614. OLE color: 3260614.

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

Color convert

RGB19819249-
CMYK00.030.750.22
HSL57.58º60.32%48.43%-
HSV(B)57.58º75.25%77.65%-
XYZ42.6949.9310.29-
YUV177.4955.49142.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 192 (75.39% from 255) = 43.74%
BLUE value IS 49 (19.53% from 255) = 11.16%
R=45.10%
G=43.74%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981924900.030.750.2257.5860.3248.43
HexC6C031034B163a3c30
Octal306300610311326727460
Binary1100011011000000110001011100101110110111010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C031; }

 p { color: rgb(198,192,49); }

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

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

 a { background-color: rgb(198,192,49); }

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

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

 span { border-color: rgb(198,192,49); }

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