#CE7D39

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

Shades of Golden Bell #CE7D39

Tints of Golden Bell #CE7D39

Color information

#CE7D39 (or 0xCE7D39) is unknown color: approx Golden Bell. HEX triplet: CE, 7D and 39. RGB value is (206,125,57). Sum of RGB (Red+Green+Blue) = 206+125+57=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D39 is #3182C6. Grayscale: #8D8D8D. Windows color (decimal): -3244743 or 3767758. OLE color: 3767758.

HSL color Cylindrical-coordinate representation of color #CE7D39: hue angle of 27.38º 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 #CE7D39 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20612557-
CMYK00.390.720.19
HSL27.38º60.32%51.57%-
HSV(B)27.38º72.33%80.78%-
XYZ33.5328.087.52-
YUV141.4780.34174.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.09%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 57 (22.66% from 255) = 14.69%
R=53.09%
G=32.22%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061255700.390.720.1927.3860.3251.57
HexCE7D3902748131b3c34
Octal3161757104711023337464
Binary110011101111101111001010011110010001001111011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7D39; }

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

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

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

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

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

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

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

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