Html Css Color HEX #CC8020 Ochre

📋 copy color: '#CC8020'

red 204 ◦ green 128 ◦ blue 32

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

Shades of Ochre #CC8020

Tints of Ochre #CC8020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 56.04%
G = 35.16%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8020 (or 0xCC8020) is known color: Ochre. HEX triplet: CC, 80 and 20. RGB value is (204,128,32). Sum of RGB (Red+Green+Blue) = 204+128+32=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8020 is #337FDF. Grayscale: #8C8C8C. Windows color (decimal): -3375072 or 2130124. OLE color: 2130124.

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

Color convert

RGB 204 128 32 -
CMYK 0 0.37 0.84 0.2
HSL 33.49º 0.73% 0.46% -
HSV(B) 33.49º 0.84% 0.8% -
XYZ 32.88 28.38 5.11 -
YUV 139.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 204 128 32 0 0.37 0.84 0.2 33.49 0.73 0.46
Hex CC 80 20 0 25 54 14 21 49 2E
Octal 314 200 40 0 45 124 24 41 111 56
Binary 11001100 10000000 100000 0 100101 1010100 10100 100001 1001001 101110

Color Harmonies of #CC8020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8020

Black with #CC8020

Text Example


Text Example

White with #CC8020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8020; }

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

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

background-color css

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

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

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

border-color css

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

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

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