#cc8021

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

Shades of Ochre #CC8021

Tints of Ochre #CC8021

Color information

#CC8021 (or 0xCC8021) is unknown color: approx Ochre. HEX triplet: CC, 80 and 21. RGB value is (204,128,33). Sum of RGB (Red+Green+Blue) = 204+128+33=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8021 is #337FDE. Grayscale: #8C8C8C. Windows color (decimal): -3375071 or 2195660. OLE color: 2195660.

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

Color convert

RGB20412833-
CMYK00.370.840.2
HSL33.33º72.15%46.47%-
HSV(B)33.33º83.82%80%-
XYZ32.928.395.18-
YUV139.8967.68173.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 33 (13.28% from 255) = 9.04%
R=55.89%
G=35.07%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041283300.370.840.233.3372.1546.47
HexCC8021025541421482e
Octal31420041045124244111056
Binary110011001000000010000101001011010100101001000011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc8021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc8021; }

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

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

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

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

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

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

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

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