Html Css Color HEX #CC8321 Ochre

📋 copy color: '#CC8321'

red 204 ◦ green 131 ◦ blue 33

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

Shades of Ochre #CC8321

Tints of Ochre #CC8321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

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

R = 55.43%
G = 35.6%
B = 8.97%

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

#CC8321 (or 0xCC8321) is known color: Ochre. HEX triplet: CC, 83 and 21. RGB value is (204,131,33). Sum of RGB (Red+Green+Blue) = 204+131+33=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8321 is #337CDE. Grayscale: #8E8E8E. Windows color (decimal): -3374303 or 2196428. OLE color: 2196428.

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

Color convert

RGB 204 131 33 -
CMYK 0 0.36 0.84 0.2
HSL 34.39º 0.72% 0.46% -
HSV(B) 34.39º 0.84% 0.8% -
XYZ 33.29 29.18 5.32 -
YUV 141.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 204 131 33 0 0.36 0.84 0.2 34.39 0.72 0.46
Hex CC 83 21 0 24 54 14 22 48 2E
Octal 314 203 41 0 44 124 24 42 110 56
Binary 11001100 10000011 100001 0 100100 1010100 10100 100010 1001000 101110

Color Harmonies of #CC8321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8321

Black with #CC8321

Text Example


Text Example

White with #CC8321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8321; }

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

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

background-color css

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

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

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

border-color css

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

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

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