Html Css Color HEX #CC8920 Geebung

📋 copy color: '#CC8920'

red 204 ◦ green 137 ◦ blue 32

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

Shades of Geebung #CC8920

Tints of Geebung #CC8920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

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

R = 54.69%
G = 36.73%
B = 8.58%

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

#CC8920 (or 0xCC8920) is known color: Geebung. HEX triplet: CC, 89 and 20. RGB value is (204,137,32). Sum of RGB (Red+Green+Blue) = 204+137+32=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8920 is #3376DF. Grayscale: #919191. Windows color (decimal): -3372768 or 2132428. OLE color: 2132428.

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

Color convert

RGB 204 137 32 -
CMYK 0 0.33 0.84 0.2
HSL 36.63º 0.73% 0.46% -
HSV(B) 36.63º 0.84% 0.8% -
XYZ 34.11 30.83 5.52 -
YUV 145.06 64.2 170.04 -
System Red Green Blue C M Y K H S L
Decimal 204 137 32 0 0.33 0.84 0.2 36.63 0.73 0.46
Hex CC 89 20 0 21 54 14 25 49 2E
Octal 314 211 40 0 41 124 24 45 111 56
Binary 11001100 10001001 100000 0 100001 1010100 10100 100101 1001001 101110

Color Harmonies of #CC8920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8920

Black with #CC8920

Text Example


Text Example

White with #CC8920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8920; }

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

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

background-color css

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

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

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

border-color css

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

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

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