#CA8034

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

Shades of Golden Bell #CA8034

Tints of Golden Bell #CA8034

Color information

#CA8034 (or 0xCA8034) is unknown color: approx Golden Bell. HEX triplet: CA, 80 and 34. RGB value is (202,128,52). Sum of RGB (Red+Green+Blue) = 202+128+52=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8034 is #357FCB. Grayscale: #8D8D8D. Windows color (decimal): -3506124 or 3440842. OLE color: 3440842.

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

Color convert

RGB20212852-
CMYK00.370.740.21
HSL30.4º59.06%49.8%-
HSV(B)30.4º74.26%79.22%-
XYZ32.728.246.98-
YUV141.4677.52171.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 52 (20.70% from 255) = 13.61%
R=52.88%
G=33.51%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021285200.370.740.2130.459.0649.8
HexCA80340254A151e3b32
Octal3122006404511225367362
Binary1100101010000000110100010010110010101010111110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8034; }

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

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

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

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

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

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

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

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