Html Css Color HEX #CC8820 Geebung

📋 copy color: '#CC8820'

red 204 ◦ green 136 ◦ blue 32

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

Shades of Geebung #CC8820

Tints of Geebung #CC8820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

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

R = 54.84%
G = 36.56%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8820 (or 0xCC8820) is known color: Geebung. HEX triplet: CC, 88 and 20. RGB value is (204,136,32). Sum of RGB (Red+Green+Blue) = 204+136+32=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8820 is #3377DF. Grayscale: #909090. Windows color (decimal): -3373024 or 2132172. OLE color: 2132172.

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

Color convert

RGB 204 136 32 -
CMYK 0 0.33 0.84 0.2
HSL 36.28º 0.73% 0.46% -
HSV(B) 36.28º 0.84% 0.8% -
XYZ 33.97 30.55 5.47 -
YUV 144.48 64.53 170.46 -
System Red Green Blue C M Y K H S L
Decimal 204 136 32 0 0.33 0.84 0.2 36.28 0.73 0.46
Hex CC 88 20 0 21 54 14 24 49 2E
Octal 314 210 40 0 41 124 24 44 111 56
Binary 11001100 10001000 100000 0 100001 1010100 10100 100100 1001001 101110

Color Harmonies of #CC8820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8820

Black with #CC8820

Text Example


Text Example

White with #CC8820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8820; }

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

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

background-color css

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

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

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

border-color css

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

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

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