Html Css Color HEX #CC7021 Ochre

📋 copy color: '#CC7021'

red 204 ◦ green 112 ◦ blue 33

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

Shades of Ochre #CC7021

Tints of Ochre #CC7021

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

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

R = 58.45%
G = 32.09%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC7021 (or 0xCC7021) is known color: Ochre. HEX triplet: CC, 70 and 21. RGB value is (204,112,33). Sum of RGB (Red+Green+Blue) = 204+112+33=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7021 is #338FDE. Grayscale: #828282. Windows color (decimal): -3379167 or 2191564. OLE color: 2191564.

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

Color convert

RGB 204 112 33 -
CMYK 0 0.45 0.84 0.2
HSL 27.72º 0.72% 0.46% -
HSV(B) 27.72º 0.84% 0.8% -
XYZ 30.97 24.54 4.54 -
YUV 130.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 204 112 33 0 0.45 0.84 0.2 27.72 0.72 0.46
Hex CC 70 21 0 2D 54 14 1C 48 2E
Octal 314 160 41 0 55 124 24 34 110 56
Binary 11001100 1110000 100001 0 101101 1010100 10100 11100 1001000 101110

Color Harmonies of #CC7021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7021

Black with #CC7021

Text Example


Text Example

White with #CC7021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7021; }

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

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

background-color css

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

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

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

border-color css

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

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

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