#CC8538

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

Shades of Golden Bell #CC8538

Tints of Golden Bell #CC8538

Color information

#CC8538 (or 0xCC8538) is unknown color: approx Golden Bell. HEX triplet: CC, 85 and 38. RGB value is (204,133,56). Sum of RGB (Red+Green+Blue) = 204+133+56=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8538 is #337AC7. Grayscale: #919191. Windows color (decimal): -3373768 or 3704268. OLE color: 3704268.

HSL color Cylindrical-coordinate representation of color #CC8538: hue angle of 31.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC8538 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB20413356-
CMYK00.350.730.2
HSL31.22º59.2%50.98%-
HSV(B)31.22º72.55%80%-
XYZ3429.97.72-
YUV145.4577.52169.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 56 (22.27% from 255) = 14.25%
R=51.91%
G=33.84%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041335600.350.730.231.2259.250.98
HexCC853802349141f3b33
Octal3142057004311124377363
Binary1100110010000101111000010001110010011010011111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8538; }

 p { color: rgb(204,133,56); }

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

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

 a { background-color: rgb(204,133,56); }

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

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

 span { border-color: rgb(204,133,56); }

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