#C98438

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

Shades of Golden Bell #C98438

Tints of Golden Bell #C98438

Color information

#C98438 (or 0xC98438) is unknown color: approx Golden Bell. HEX triplet: C9, 84 and 38. RGB value is (201,132,56). Sum of RGB (Red+Green+Blue) = 201+132+56=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C98438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98438 is #367BC7. Grayscale: #909090. Windows color (decimal): -3570632 or 3704009. OLE color: 3704009.

HSL color Cylindrical-coordinate representation of color #C98438: hue angle of 31.45º 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 #C98438 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20113256-
CMYK00.340.720.21
HSL31.45º57.31%50.39%-
HSV(B)31.45º72.14%78.82%-
XYZ33.0529.217.64-
YUV143.9778.36168.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.67%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 56 (22.27% from 255) = 14.40%
R=51.67%
G=33.93%
B=14.40%

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
Decimal2011325600.340.720.2131.4557.3150.39
HexC9843802248151f3932
Octal3112047004211025377162
Binary1100100110000100111000010001010010001010111111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98438; }

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

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

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

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

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

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

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

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