Html Css Color HEX #CE8335 Golden Bell

📋 copy color: '#CE8335'

red 206 ◦ green 131 ◦ blue 53

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

Shades of Golden Bell #CE8335

Tints of Golden Bell #CE8335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.59%

R = 52.82%
G = 33.59%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE8335 (or 0xCE8335) is known color: Golden Bell. HEX triplet: CE, 83 and 35. RGB value is (206,131,53). Sum of RGB (Red+Green+Blue) = 206+131+53=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8335 is #317CCA. Grayscale: #909090. Windows color (decimal): -3243211 or 3507150. OLE color: 3507150.

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

Color convert

RGB 206 131 53 -
CMYK 0 0.36 0.74 0.19
HSL 30.59º 0.61% 0.51% -
HSV(B) 30.59º 0.74% 0.81% -
XYZ 34.21 29.61 7.28 -
YUV 144.53 76.35 171.84 -
System Red Green Blue C M Y K H S L
Decimal 206 131 53 0 0.36 0.74 0.19 30.59 0.61 0.51
Hex CE 83 35 0 24 4A 13 1F 3D 33
Octal 316 203 65 0 44 112 23 37 75 63
Binary 11001110 10000011 110101 0 100100 1001010 10011 11111 111101 110011

Color Harmonies of #CE8335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8335

Black with #CE8335

Text Example


Text Example

White with #CE8335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8335; }

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

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

background-color css

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

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

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

border-color css

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

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

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