Html Css Color HEX #CC8621 Geebung

📋 copy color: '#CC8621'

red 204 ◦ green 134 ◦ blue 33

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

Shades of Geebung #CC8621

Tints of Geebung #CC8621

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

 BLUE value IS 33 (13.28% from 255) = 8.89%

R = 54.99%
G = 36.12%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8621 (or 0xCC8621) is known color: Geebung. HEX triplet: CC, 86 and 21. RGB value is (204,134,33). Sum of RGB (Red+Green+Blue) = 204+134+33=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8621 is #3379DE. Grayscale: #8F8F8F. Windows color (decimal): -3373535 or 2197196. OLE color: 2197196.

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

Color convert

RGB 204 134 33 -
CMYK 0 0.34 0.84 0.2
HSL 35.44º 0.72% 0.46% -
HSV(B) 35.44º 0.84% 0.8% -
XYZ 33.7 30 5.45 -
YUV 143.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 204 134 33 0 0.34 0.84 0.2 35.44 0.72 0.46
Hex CC 86 21 0 22 54 14 23 48 2E
Octal 314 206 41 0 42 124 24 43 110 56
Binary 11001100 10000110 100001 0 100010 1010100 10100 100011 1001000 101110

Color Harmonies of #CC8621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8621

Black with #CC8621

Text Example


Text Example

White with #CC8621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8621; }

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

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

background-color css

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

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

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

border-color css

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

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

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