#CA8033

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

Shades of Golden Bell #CA8033

Tints of Golden Bell #CA8033

Color information

#CA8033 (or 0xCA8033) is unknown color: approx Golden Bell. HEX triplet: CA, 80 and 33. RGB value is (202,128,51). Sum of RGB (Red+Green+Blue) = 202+128+51=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8033 is #357FCC. Grayscale: #8D8D8D. Windows color (decimal): -3506125 or 3375306. OLE color: 3375306.

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

Color convert

RGB20212851-
CMYK00.370.750.21
HSL30.6º59.68%49.61%-
HSV(B)30.6º74.75%79.22%-
XYZ32.6728.236.86-
YUV141.3577.02171.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.02%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 51 (20.31% from 255) = 13.39%
R=53.02%
G=33.60%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021285100.370.750.2130.659.6849.61
HexCA80330254B151f3c32
Octal3122006304511325377462
Binary1100101010000000110011010010110010111010111111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8033; }

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

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

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

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

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

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

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

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