#cc8921

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

Shades of Geebung #CC8921

Tints of Geebung #CC8921

Color information

#CC8921 (or 0xCC8921) is unknown color: approx Geebung. HEX triplet: CC, 89 and 21. RGB value is (204,137,33). Sum of RGB (Red+Green+Blue) = 204+137+33=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8921 is #3376DE. Grayscale: #919191. Windows color (decimal): -3372767 or 2197964. OLE color: 2197964.

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

Color convert

RGB20413733-
CMYK00.330.840.2
HSL36.49º72.15%46.47%-
HSV(B)36.49º83.82%80%-
XYZ34.1230.845.59-
YUV145.1864.7169.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.55%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 33 (13.28% from 255) = 8.82%
R=54.55%
G=36.63%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041373300.330.840.236.4972.1546.47
HexCC8921021541424482e
Octal31421141041124244411056
Binary110011001000100110000101000011010100101001001001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc8921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc8921; }

 p { color: rgb(204,137,33); }

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

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

 a { background-color: rgb(204,137,33); }

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

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

 span { border-color: rgb(204,137,33); }

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