Html Css Color HEX #CE8338 Golden Bell

📋 copy color: '#CE8338'

red 206 ◦ green 131 ◦ blue 56

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

Shades of Golden Bell #CE8338

Tints of Golden Bell #CE8338

RGB

 RED value IS 206 (80.86% from 255) = 52.42%

 GREEN value IS 131 (51.56% from 255) = 33.33%

 BLUE value IS 56 (22.27% from 255) = 14.25%

R = 52.42%
G = 33.33%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE8338 (or 0xCE8338) is known color: Golden Bell. HEX triplet: CE, 83 and 38. RGB value is (206,131,56). Sum of RGB (Red+Green+Blue) = 206+131+56=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8338 is #317CC7. Grayscale: #919191. Windows color (decimal): -3243208 or 3703758. OLE color: 3703758.

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

Color convert

RGB 206 131 56 -
CMYK 0 0.36 0.73 0.19
HSL 30º 0.6% 0.51% -
HSV(B) 30º 0.73% 0.81% -
XYZ 34.28 29.64 7.66 -
YUV 144.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 206 131 56 0 0.36 0.73 0.19 30 0.6 0.51
Hex CE 83 38 0 24 49 13 1E 3C 33
Octal 316 203 70 0 44 111 23 36 74 63
Binary 11001110 10000011 111000 0 100100 1001001 10011 11110 111100 110011

Color Harmonies of #CE8338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8338

Black with #CE8338

Text Example


Text Example

White with #CE8338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8338; }

 p { color: rgb(206,131,56); }

 H1.HeaderClassName
 {
   color: #CE8338;
 }
 .AnyTagClassName
 {
   color: #CE8338;
 }
</style>

background-color css

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

 a { background-color: rgb(206,131,56); }

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

border-color css

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

 span { border-color: rgb(206,131,56); }

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