Html Css Color HEX #CC8437 Golden Bell

📋 copy color: '#CC8437'

red 204 ◦ green 132 ◦ blue 55

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

Shades of Golden Bell #CC8437

Tints of Golden Bell #CC8437

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 52.17%
G = 33.76%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC8437 (or 0xCC8437) is known color: Golden Bell. HEX triplet: CC, 84 and 37. RGB value is (204,132,55). Sum of RGB (Red+Green+Blue) = 204+132+55=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8437 is #337BC8. Grayscale: #919191. Windows color (decimal): -3374025 or 3638476. OLE color: 3638476.

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

Color convert

RGB 204 132 55 -
CMYK 0 0.35 0.73 0.2
HSL 31.01º 0.59% 0.51% -
HSV(B) 31.01º 0.73% 0.8% -
XYZ 33.84 29.62 7.55 -
YUV 144.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 204 132 55 0 0.35 0.73 0.2 31.01 0.59 0.51
Hex CC 84 37 0 23 49 14 1F 3B 33
Octal 314 204 67 0 43 111 24 37 73 63
Binary 11001100 10000100 110111 0 100011 1001001 10100 11111 111011 110011

Color Harmonies of #CC8437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8437

Black with #CC8437

Text Example


Text Example

White with #CC8437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8437; }

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

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

background-color css

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

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

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

border-color css

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

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

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