#C98033

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

Shades of Golden Bell #C98033

Tints of Golden Bell #C98033

Color information

#C98033 (or 0xC98033) is unknown color: approx Golden Bell. HEX triplet: C9, 80 and 33. RGB value is (201,128,51). Sum of RGB (Red+Green+Blue) = 201+128+51=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C98033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98033 is #367FCC. Grayscale: #8D8D8D. Windows color (decimal): -3571661 or 3375305. OLE color: 3375305.

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

Color convert

RGB20112851-
CMYK00.360.750.21
HSL30.8º59.52%49.41%-
HSV(B)30.8º74.63%78.82%-
XYZ32.428.096.85-
YUV141.0577.18170.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.89%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 51 (20.31% from 255) = 13.42%
R=52.89%
G=33.68%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011285100.360.750.2130.859.5249.41
HexC980330244B151f3c31
Octal3112006304411325377461
Binary1100100110000000110011010010010010111010111111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98033; }

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

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

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

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

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

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

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

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