Html Css Color HEX #CC8221 Ochre

📋 copy color: '#CC8221'

red 204 ◦ green 130 ◦ blue 33

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

Shades of Ochre #CC8221

Tints of Ochre #CC8221

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 value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8221 (or 0xCC8221) is known color: 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

RGB 204 130 33 -
CMYK 0 0.36 0.84 0.2
HSL 34.04º 0.72% 0.46% -
HSV(B) 34.04º 0.84% 0.8% -
XYZ 33.16 28.91 5.27 -
YUV 141.07 67.02 172.89 -
System Red Green Blue C M Y K H S L
Decimal 204 130 33 0 0.36 0.84 0.2 34.04 0.72 0.46
Hex CC 82 21 0 24 54 14 22 48 2E
Octal 314 202 41 0 44 124 24 42 110 56
Binary 11001100 10000010 100001 0 100100 1010100 10100 100010 1001000 101110

Color Harmonies of #CC8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8221

Black with #CC8221

Text Example


Text Example

White with #CC8221

Text Example


Text Example

HTML Codes & Css Web 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>