Html Css Color HEX #CE7911 Ochre

📋 copy color: '#CE7911'

red 206 ◦ green 121 ◦ blue 17

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

Shades of Ochre #CE7911

Tints of Ochre #CE7911

RGB

 RED value IS 206 (80.86% from 255) = 59.88%

 GREEN value IS 121 (47.66% from 255) = 35.17%

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

R = 59.88%
G = 35.17%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE7911 (or 0xCE7911) is known color: Ochre. HEX triplet: CE, 79 and 11. RGB value is (206,121,17). Sum of RGB (Red+Green+Blue) = 206+121+17=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7911 is #3186EE. Grayscale: #878787. Windows color (decimal): -3245807 or 1145294. OLE color: 1145294.

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

Color convert

RGB 206 121 17 -
CMYK 0 0.41 0.92 0.19
HSL 33.02º 0.85% 0.44% -
HSV(B) 33.02º 0.92% 0.81% -
XYZ 32.39 26.84 4 -
YUV 134.56 61.66 178.96 -
System Red Green Blue C M Y K H S L
Decimal 206 121 17 0 0.41 0.92 0.19 33.02 0.85 0.44
Hex CE 79 11 0 29 5C 13 21 55 2C
Octal 316 171 21 0 51 134 23 41 125 54
Binary 11001110 1111001 10001 0 101001 1011100 10011 100001 1010101 101100

Color Harmonies of #CE7911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7911

Black with #CE7911

Text Example


Text Example

White with #CE7911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7911; }

 p { color: rgb(206,121,17); }

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

background-color css

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

 a { background-color: rgb(206,121,17); }

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

border-color css

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

 span { border-color: rgb(206,121,17); }

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