#CC8822

Color #CC8822 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #CC8822

Tints of Geebung #CC8822

Color information

#CC8822 (or 0xCC8822) is unknown color: approx Geebung. HEX triplet: CC, 88 and 22. RGB value is (204,136,34). Sum of RGB (Red+Green+Blue) = 204+136+34=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8822 is #3377DD. Grayscale: #919191. Windows color (decimal): -3373022 or 2263244. OLE color: 2263244.

HSL color Cylindrical-coordinate representation of color #CC8822: hue angle of 36º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC8822 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB20413634-
CMYK00.330.830.2
HSL36º71.43%46.67%-
HSV(B)36º83.33%80%-
XYZ33.9930.565.62-
YUV144.765.53170.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.55%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 34 (13.67% from 255) = 9.09%
R=54.55%
G=36.36%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041363400.330.830.23671.4346.67
HexCC8822021531424472f
Octal31421042041123244410757
Binary110011001000100010001001000011010011101001001001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8822; }

 p { color: rgb(204,136,34); }

 H1.HeaderClassName
 {
   color: #CC8822;
 }
 .AnyTagClassName
 {
   color: #CC8822;
 }
</style>
background-color css

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

 a { background-color: rgb(204,136,34); }

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

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

 span { border-color: rgb(204,136,34); }

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