Html Css Color HEX #CC8420 Ochre

📋 copy color: '#CC8420'

red 204 ◦ green 132 ◦ blue 32

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

Shades of Ochre #CC8420

Tints of Ochre #CC8420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 55.43%
G = 35.87%
B = 8.7%

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

#CC8420 (or 0xCC8420) is known color: Ochre. HEX triplet: CC, 84 and 20. RGB value is (204,132,32). Sum of RGB (Red+Green+Blue) = 204+132+32=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8420 is #337BDF. Grayscale: #8E8E8E. Windows color (decimal): -3374048 or 2131148. OLE color: 2131148.

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

Color convert

RGB 204 132 32 -
CMYK 0 0.35 0.84 0.2
HSL 34.88º 0.73% 0.46% -
HSV(B) 34.88º 0.84% 0.8% -
XYZ 33.41 29.44 5.29 -
YUV 142.13 65.85 172.13 -
System Red Green Blue C M Y K H S L
Decimal 204 132 32 0 0.35 0.84 0.2 34.88 0.73 0.46
Hex CC 84 20 0 23 54 14 23 49 2E
Octal 314 204 40 0 43 124 24 43 111 56
Binary 11001100 10000100 100000 0 100011 1010100 10100 100011 1001001 101110

Color Harmonies of #CC8420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8420

Black with #CC8420

Text Example


Text Example

White with #CC8420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8420; }

 p { color: rgb(204,132,32); }

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

background-color css

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

 a { background-color: rgb(204,132,32); }

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

border-color css

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

 span { border-color: rgb(204,132,32); }

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