#CE8039

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

Shades of Golden Bell #CE8039

Tints of Golden Bell #CE8039

Color information

#CE8039 (or 0xCE8039) is unknown color: approx Golden Bell. HEX triplet: CE, 80 and 39. RGB value is (206,128,57). Sum of RGB (Red+Green+Blue) = 206+128+57=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8039 is #317FC6. Grayscale: #8F8F8F. Windows color (decimal): -3243975 or 3768526. OLE color: 3768526.

HSL color Cylindrical-coordinate representation of color #CE8039: hue angle of 28.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE8039 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20612857-
CMYK00.380.720.19
HSL28.59º60.32%51.57%-
HSV(B)28.59º72.33%80.78%-
XYZ33.9128.867.65-
YUV143.2379.34172.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.69%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 57 (22.66% from 255) = 14.58%
R=52.69%
G=32.74%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061285700.380.720.1928.5960.3251.57
HexCE803902648131d3c34
Octal3162007104611023357464
Binary1100111010000000111001010011010010001001111101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8039; }

 p { color: rgb(206,128,57); }

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

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

 a { background-color: rgb(206,128,57); }

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

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

 span { border-color: rgb(206,128,57); }

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