Html Css Color HEX #CC8239 Golden Bell

📋 copy color: '#CC8239'

red 204 ◦ green 130 ◦ blue 57

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

Shades of Golden Bell #CC8239

Tints of Golden Bell #CC8239

RGB

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

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

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

R = 52.17%
G = 33.25%
B = 14.58%

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

#CC8239 (or 0xCC8239) is known color: Golden Bell. HEX triplet: CC, 82 and 39. RGB value is (204,130,57). Sum of RGB (Red+Green+Blue) = 204+130+57=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8239 is #337DC6. Grayscale: #909090. Windows color (decimal): -3374535 or 3769036. OLE color: 3769036.

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

Color convert

RGB 204 130 57 -
CMYK 0 0.36 0.72 0.2
HSL 29.8º 0.59% 0.51% -
HSV(B) 29.8º 0.72% 0.8% -
XYZ 33.62 29.1 7.72 -
YUV 143.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 204 130 57 0 0.36 0.72 0.2 29.8 0.59 0.51
Hex CC 82 39 0 24 48 14 1E 3B 33
Octal 314 202 71 0 44 110 24 36 73 63
Binary 11001100 10000010 111001 0 100100 1001000 10100 11110 111011 110011

Color Harmonies of #CC8239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8239

Black with #CC8239

Text Example


Text Example

White with #CC8239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8239; }

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

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

background-color css

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

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

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

border-color css

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

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

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