Html Css Color HEX #CC8339 Golden Bell

📋 copy color: '#CC8339'

red 204 ◦ green 131 ◦ blue 57

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

Shades of Golden Bell #CC8339

Tints of Golden Bell #CC8339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.54%

R = 52.04%
G = 33.42%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC8339 (or 0xCC8339) is known color: Golden Bell. HEX triplet: CC, 83 and 39. RGB value is (204,131,57). Sum of RGB (Red+Green+Blue) = 204+131+57=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8339 is #337CC6. Grayscale: #909090. Windows color (decimal): -3374279 or 3769292. OLE color: 3769292.

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

Color convert

RGB 204 131 57 -
CMYK 0 0.36 0.72 0.2
HSL 30.2º 0.59% 0.51% -
HSV(B) 30.2º 0.72% 0.8% -
XYZ 33.76 29.37 7.76 -
YUV 144.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 204 131 57 0 0.36 0.72 0.2 30.2 0.59 0.51
Hex CC 83 39 0 24 48 14 1E 3B 33
Octal 314 203 71 0 44 110 24 36 73 63
Binary 11001100 10000011 111001 0 100100 1001000 10100 11110 111011 110011

Color Harmonies of #CC8339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8339

Black with #CC8339

Text Example


Text Example

White with #CC8339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8339; }

 p { color: rgb(204,131,57); }

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

background-color css

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

 a { background-color: rgb(204,131,57); }

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

border-color css

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

 span { border-color: rgb(204,131,57); }

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