Html Css Color HEX #CC8037 Golden Bell

📋 copy color: '#CC8037'

red 204 ◦ green 128 ◦ blue 55

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

Shades of Golden Bell #CC8037

Tints of Golden Bell #CC8037

RGB

 RED value IS 204 (80.08% from 255) = 52.71%

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 55 (21.88% from 255) = 14.21%

R = 52.71%
G = 33.07%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC8037 (or 0xCC8037) is known color: Golden Bell. HEX triplet: CC, 80 and 37. RGB value is (204,128,55). Sum of RGB (Red+Green+Blue) = 204+128+55=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8037 is #337FC8. Grayscale: #8E8E8E. Windows color (decimal): -3375049 or 3637452. OLE color: 3637452.

HSL color Cylindrical-coordinate representation of color #CC8037: hue angle of 29.4º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC8037 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 55 -
CMYK 0 0.37 0.73 0.2
HSL 29.4º 0.59% 0.51% -
HSV(B) 29.4º 0.73% 0.8% -
XYZ 33.31 28.55 7.37 -
YUV 142.4 78.68 171.94 -
System Red Green Blue C M Y K H S L
Decimal 204 128 55 0 0.37 0.73 0.2 29.4 0.59 0.51
Hex CC 80 37 0 25 49 14 1D 3B 33
Octal 314 200 67 0 45 111 24 35 73 63
Binary 11001100 10000000 110111 0 100101 1001001 10100 11101 111011 110011

Color Harmonies of #CC8037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8037

Black with #CC8037

Text Example


Text Example

White with #CC8037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8037; }

 p { color: rgb(204,128,55); }

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

background-color css

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

 a { background-color: rgb(204,128,55); }

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

border-color css

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

 span { border-color: rgb(204,128,55); }

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