Html Css Color HEX #CC7D38 Golden Bell

📋 copy color: '#CC7D38'

red 204 ◦ green 125 ◦ blue 56

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

Shades of Golden Bell #CC7D38

Tints of Golden Bell #CC7D38

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

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

R = 52.99%
G = 32.47%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC7D38 (or 0xCC7D38) is known color: Golden Bell. HEX triplet: CC, 7D and 38. RGB value is (204,125,56). Sum of RGB (Red+Green+Blue) = 204+125+56=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D38 is #3382C7. Grayscale: #8D8D8D. Windows color (decimal): -3375816 or 3702220. OLE color: 3702220.

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

Color convert

RGB 204 125 56 -
CMYK 0 0.39 0.73 0.2
HSL 27.97º 0.59% 0.51% -
HSV(B) 27.97º 0.73% 0.8% -
XYZ 32.95 27.79 7.37 -
YUV 140.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 204 125 56 0 0.39 0.73 0.2 27.97 0.59 0.51
Hex CC 7D 38 0 27 49 14 1C 3B 33
Octal 314 175 70 0 47 111 24 34 73 63
Binary 11001100 1111101 111000 0 100111 1001001 10100 11100 111011 110011

Color Harmonies of #CC7D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D38

Black with #CC7D38

Text Example


Text Example

White with #CC7D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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