Html Css Color HEX #CC7811 Ochre

📋 copy color: '#CC7811'

red 204 ◦ green 120 ◦ blue 17

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

Shades of Ochre #CC7811

Tints of Ochre #CC7811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

 BLUE value IS 17 (7.03% from 255) = 4.99%

R = 59.82%
G = 35.19%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC7811 (or 0xCC7811) is known color: Ochre. HEX triplet: CC, 78 and 11. RGB value is (204,120,17). Sum of RGB (Red+Green+Blue) = 204+120+17=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7811 is #3387EE. Grayscale: #858585. Windows color (decimal): -3377135 or 1145036. OLE color: 1145036.

HSL color Cylindrical-coordinate representation of color #CC7811: hue angle of 33.05º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC7811 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 17 -
CMYK 0 0.41 0.92 0.2
HSL 33.05º 0.85% 0.43% -
HSV(B) 33.05º 0.92% 0.8% -
XYZ 31.72 26.31 3.94 -
YUV 133.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 204 120 17 0 0.41 0.92 0.2 33.05 0.85 0.43
Hex CC 78 11 0 29 5C 14 21 55 2B
Octal 314 170 21 0 51 134 24 41 125 53
Binary 11001100 1111000 10001 0 101001 1011100 10100 100001 1010101 101011

Color Harmonies of #CC7811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7811

Black with #CC7811

Text Example


Text Example

White with #CC7811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7811; }

 p { color: rgb(204,120,17); }

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

background-color css

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

 a { background-color: rgb(204,120,17); }

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

border-color css

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

 span { border-color: rgb(204,120,17); }

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