Html Css Color HEX #CC8236 Golden Bell

📋 copy color: '#CC8236'

red 204 ◦ green 130 ◦ blue 54

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

Shades of Golden Bell #CC8236

Tints of Golden Bell #CC8236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.92%

R = 52.58%
G = 33.51%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC8236 (or 0xCC8236) is known color: Golden Bell. HEX triplet: CC, 82 and 36. RGB value is (204,130,54). Sum of RGB (Red+Green+Blue) = 204+130+54=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8236 is #337DC9. Grayscale: #8F8F8F. Windows color (decimal): -3374538 or 3572428. OLE color: 3572428.

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

Color convert

RGB 204 130 54 -
CMYK 0 0.36 0.74 0.2
HSL 30.4º 0.6% 0.51% -
HSV(B) 30.4º 0.74% 0.8% -
XYZ 33.55 29.07 7.33 -
YUV 143.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 204 130 54 0 0.36 0.74 0.2 30.4 0.6 0.51
Hex CC 82 36 0 24 4A 14 1E 3C 33
Octal 314 202 66 0 44 112 24 36 74 63
Binary 11001100 10000010 110110 0 100100 1001010 10100 11110 111100 110011

Color Harmonies of #CC8236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8236

Black with #CC8236

Text Example


Text Example

White with #CC8236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8236; }

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

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

background-color css

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

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

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

border-color css

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

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

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