#C98034

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

Shades of Golden Bell #C98034

Tints of Golden Bell #C98034

Color information

#C98034 (or 0xC98034) is unknown color: approx Golden Bell. HEX triplet: C9, 80 and 34. RGB value is (201,128,52). Sum of RGB (Red+Green+Blue) = 201+128+52=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C98034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98034 is #367FCB. Grayscale: #8D8D8D. Windows color (decimal): -3571660 or 3440841. OLE color: 3440841.

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

Color convert

RGB20112852-
CMYK00.360.740.21
HSL30.6º58.89%49.61%-
HSV(B)30.6º74.13%78.82%-
XYZ32.4328.16.96-
YUV141.1677.68170.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 52 (20.70% from 255) = 13.65%
R=52.76%
G=33.60%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011285200.360.740.2130.658.8949.61
HexC980340244A151f3b32
Octal3112006404411225377362
Binary1100100110000000110100010010010010101010111111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98034; }

 p { color: rgb(201,128,52); }

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

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

 a { background-color: rgb(201,128,52); }

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

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

 span { border-color: rgb(201,128,52); }

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