#C98538

Color #C98538 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #C98538

Tints of Golden Bell #C98538

Color information

#C98538 (or 0xC98538) is unknown color: approx Golden Bell. HEX triplet: C9, 85 and 38. RGB value is (201,133,56). Sum of RGB (Red+Green+Blue) = 201+133+56=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C98538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98538 is #367AC7. Grayscale: #909090. Windows color (decimal): -3570376 or 3704265. OLE color: 3704265.

HSL color Cylindrical-coordinate representation of color #C98538: hue angle of 31.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C98538 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20113356-
CMYK00.340.720.21
HSL31.86º57.31%50.39%-
HSV(B)31.86º72.14%78.82%-
XYZ33.1929.487.68-
YUV144.5578.03168.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.54%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 56 (22.27% from 255) = 14.36%
R=51.54%
G=34.10%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011335600.340.720.2131.8657.3150.39
HexC985380224815203932
Octal3112057004211025407162
Binary11001001100001011110000100010100100010101100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98538; }

 p { color: rgb(201,133,56); }

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

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

 a { background-color: rgb(201,133,56); }

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

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

 span { border-color: rgb(201,133,56); }

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