Html Css Color HEX #CC8620 Geebung

📋 copy color: '#CC8620'

red 204 ◦ green 134 ◦ blue 32

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

Shades of Geebung #CC8620

Tints of Geebung #CC8620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.22%

 BLUE value IS 32 (12.89% from 255) = 8.65%

R = 55.14%
G = 36.22%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8620 (or 0xCC8620) is known color: Geebung. HEX triplet: CC, 86 and 20. RGB value is (204,134,32). Sum of RGB (Red+Green+Blue) = 204+134+32=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8620 is #3379DF. Grayscale: #8F8F8F. Windows color (decimal): -3373536 or 2131660. OLE color: 2131660.

HSL color Cylindrical-coordinate representation of color #CC8620: hue angle of 35.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC8620 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 32 -
CMYK 0 0.34 0.84 0.2
HSL 35.58º 0.73% 0.46% -
HSV(B) 35.58º 0.84% 0.8% -
XYZ 33.69 29.99 5.38 -
YUV 143.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 204 134 32 0 0.34 0.84 0.2 35.58 0.73 0.46
Hex CC 86 20 0 22 54 14 24 49 2E
Octal 314 206 40 0 42 124 24 44 111 56
Binary 11001100 10000110 100000 0 100010 1010100 10100 100100 1001001 101110

Color Harmonies of #CC8620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8620

Black with #CC8620

Text Example


Text Example

White with #CC8620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8620; }

 p { color: rgb(204,134,32); }

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

background-color css

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

 a { background-color: rgb(204,134,32); }

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

border-color css

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

 span { border-color: rgb(204,134,32); }

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