Html Css Color HEX #CE8238 Golden Bell

📋 copy color: '#CE8238'

red 206 ◦ green 130 ◦ blue 56

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

Shades of Golden Bell #CE8238

Tints of Golden Bell #CE8238

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 52.55%
G = 33.16%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE8238 (or 0xCE8238) is known color: Golden Bell. HEX triplet: CE, 82 and 38. RGB value is (206,130,56). Sum of RGB (Red+Green+Blue) = 206+130+56=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8238 is #317DC7. Grayscale: #909090. Windows color (decimal): -3243464 or 3703502. OLE color: 3703502.

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

Color convert

RGB 206 130 56 -
CMYK 0 0.37 0.73 0.19
HSL 29.6º 0.6% 0.51% -
HSV(B) 29.6º 0.73% 0.81% -
XYZ 34.15 29.37 7.61 -
YUV 144.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 206 130 56 0 0.37 0.73 0.19 29.6 0.6 0.51
Hex CE 82 38 0 25 49 13 1E 3C 33
Octal 316 202 70 0 45 111 23 36 74 63
Binary 11001110 10000010 111000 0 100101 1001001 10011 11110 111100 110011

Color Harmonies of #CE8238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8238

Black with #CE8238

Text Example


Text Example

White with #CE8238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8238; }

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

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

background-color css

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

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

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

border-color css

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

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

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