#CC8221

Color #CC8221 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CC8221

Tints of Ochre #CC8221

Color information

#CC8221 (or 0xCC8221) is unknown color: approx Ochre. HEX triplet: CC, 82 and 21. RGB value is (204,130,33). Sum of RGB (Red+Green+Blue) = 204+130+33=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8221 is #337DDE. Grayscale: #8D8D8D. Windows color (decimal): -3374559 or 2196172. OLE color: 2196172.

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

Color convert

RGB20413033-
CMYK00.360.840.2
HSL34.04º72.15%46.47%-
HSV(B)34.04º83.82%80%-
XYZ33.1628.915.27-
YUV141.0767.02172.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.59%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 33 (13.28% from 255) = 8.99%
R=55.59%
G=35.42%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041303300.360.840.234.0472.1546.47
HexCC8221024541422482e
Octal31420241044124244211056
Binary110011001000001010000101001001010100101001000101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8221; }

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

 H1.HeaderClassName
 {
   color: #CC8221;
 }
 .AnyTagClassName
 {
   color: #CC8221;
 }
</style>
background-color css

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

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

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

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

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

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