Html Css Color HEX #CC8238 Golden Bell

📋 copy color: '#CC8238'

red 204 ◦ green 130 ◦ blue 56

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

Shades of Golden Bell #CC8238

Tints of Golden Bell #CC8238

RGB

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

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

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

R = 52.31%
G = 33.33%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC8238 (or 0xCC8238) is known color: Golden Bell. HEX triplet: CC, 82 and 38. RGB value is (204,130,56). Sum of RGB (Red+Green+Blue) = 204+130+56=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8238 is #337DC7. Grayscale: #909090. Windows color (decimal): -3374536 or 3703500. OLE color: 3703500.

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

Color convert

RGB 204 130 56 -
CMYK 0 0.36 0.73 0.2
HSL 30º 0.59% 0.51% -
HSV(B) 30º 0.73% 0.8% -
XYZ 33.6 29.09 7.59 -
YUV 143.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 204 130 56 0 0.36 0.73 0.2 30 0.59 0.51
Hex CC 82 38 0 24 49 14 1E 3B 33
Octal 314 202 70 0 44 111 24 36 73 63
Binary 11001100 10000010 111000 0 100100 1001001 10100 11110 111011 110011

Color Harmonies of #CC8238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8238

Black with #CC8238

Text Example


Text Example

White with #CC8238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8238; }

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

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

background-color css

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

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

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

border-color css

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

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

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