Html Css Color HEX #CC8521 Geebung

📋 copy color: '#CC8521'

red 204 ◦ green 133 ◦ blue 33

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

Shades of Geebung #CC8521

Tints of Geebung #CC8521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 55.14%
G = 35.95%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8521 (or 0xCC8521) is known color: Geebung. HEX triplet: CC, 85 and 21. RGB value is (204,133,33). Sum of RGB (Red+Green+Blue) = 204+133+33=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8521 is #337ADE. Grayscale: #8F8F8F. Windows color (decimal): -3373791 or 2196940. OLE color: 2196940.

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

Color convert

RGB 204 133 33 -
CMYK 0 0.35 0.84 0.2
HSL 35.09º 0.72% 0.46% -
HSV(B) 35.09º 0.84% 0.8% -
XYZ 33.56 29.72 5.41 -
YUV 142.83 66.02 171.63 -
System Red Green Blue C M Y K H S L
Decimal 204 133 33 0 0.35 0.84 0.2 35.09 0.72 0.46
Hex CC 85 21 0 23 54 14 23 48 2E
Octal 314 205 41 0 43 124 24 43 110 56
Binary 11001100 10000101 100001 0 100011 1010100 10100 100011 1001000 101110

Color Harmonies of #CC8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8521

Black with #CC8521

Text Example


Text Example

White with #CC8521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8521; }

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

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

background-color css

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

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

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

border-color css

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

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

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