Html Css Color HEX #CC8A20 Geebung

📋 copy color: '#CC8A20'

red 204 ◦ green 138 ◦ blue 32

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

Shades of Geebung #CC8A20

Tints of Geebung #CC8A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

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

R = 54.55%
G = 36.9%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8A20 (or 0xCC8A20) is known color: Geebung. HEX triplet: CC, 8A and 20. RGB value is (204,138,32). Sum of RGB (Red+Green+Blue) = 204+138+32=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A20 is #3375DF. Grayscale: #929292. Windows color (decimal): -3372512 or 2132684. OLE color: 2132684.

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

Color convert

RGB 204 138 32 -
CMYK 0 0.32 0.84 0.2
HSL 36.98º 0.73% 0.46% -
HSV(B) 36.98º 0.84% 0.8% -
XYZ 34.25 31.12 5.57 -
YUV 145.65 63.87 169.62 -
System Red Green Blue C M Y K H S L
Decimal 204 138 32 0 0.32 0.84 0.2 36.98 0.73 0.46
Hex CC 8A 20 0 20 54 14 25 49 2E
Octal 314 212 40 0 40 124 24 45 111 56
Binary 11001100 10001010 100000 0 100000 1010100 10100 100101 1001001 101110

Color Harmonies of #CC8A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A20

Black with #CC8A20

Text Example


Text Example

White with #CC8A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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