Html Css Color HEX #CE8039 Golden Bell

📋 copy color: '#CE8039'

red 206 ◦ green 128 ◦ blue 57

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

Shades of Golden Bell #CE8039

Tints of Golden Bell #CE8039

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

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

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

RGB 206 128 57 -
CMYK 0 0.38 0.72 0.19
HSL 28.59º 0.6% 0.52% -
HSV(B) 28.59º 0.72% 0.81% -
XYZ 33.91 28.86 7.65 -
YUV 143.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 206 128 57 0 0.38 0.72 0.19 28.59 0.6 0.52
Hex CE 80 39 0 26 48 13 1D 3C 34
Octal 316 200 71 0 46 110 23 35 74 64
Binary 11001110 10000000 111001 0 100110 1001000 10011 11101 111100 110100

Color Harmonies of #CE8039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8039

Black with #CE8039

Text Example


Text Example

White with #CE8039

Text Example


Text Example

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