Html Css Color HEX #CE7D39 Golden Bell

📋 copy color: '#CE7D39'

red 206 ◦ green 125 ◦ blue 57

#CE7D39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Bell #CE7D39

Tints of Golden Bell #CE7D39

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 value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE7D39 (or 0xCE7D39) is known color: 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

RGB 206 125 57 -
CMYK 0 0.39 0.72 0.19
HSL 27.38º 0.6% 0.52% -
HSV(B) 27.38º 0.72% 0.81% -
XYZ 33.53 28.08 7.52 -
YUV 141.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 206 125 57 0 0.39 0.72 0.19 27.38 0.6 0.52
Hex CE 7D 39 0 27 48 13 1B 3C 34
Octal 316 175 71 0 47 110 23 33 74 64
Binary 11001110 1111101 111001 0 100111 1001000 10011 11011 111100 110100

Color Harmonies of #CE7D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D39

Black with #CE7D39

Text Example


Text Example

White with #CE7D39

Text Example


Text Example

HTML Codes & Css Web 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>