Html Css Color HEX #CE8311 Ochre

📋 copy color: '#CE8311'

red 206 ◦ green 131 ◦ blue 17

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

Shades of Ochre #CE8311

Tints of Ochre #CE8311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.01%

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

R = 58.19%
G = 37.01%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE8311 (or 0xCE8311) is known color: Ochre. HEX triplet: CE, 83 and 11. RGB value is (206,131,17). Sum of RGB (Red+Green+Blue) = 206+131+17=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8311 is #317CEE. Grayscale: #8C8C8C. Windows color (decimal): -3243247 or 1147854. OLE color: 1147854.

HSL color Cylindrical-coordinate representation of color #CE8311: hue angle of 36.19º 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 #CE8311 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 17 -
CMYK 0 0.36 0.92 0.19
HSL 36.19º 0.85% 0.44% -
HSV(B) 36.19º 0.92% 0.81% -
XYZ 33.67 29.39 4.43 -
YUV 140.43 58.35 174.77 -
System Red Green Blue C M Y K H S L
Decimal 206 131 17 0 0.36 0.92 0.19 36.19 0.85 0.44
Hex CE 83 11 0 24 5C 13 24 55 2C
Octal 316 203 21 0 44 134 23 44 125 54
Binary 11001110 10000011 10001 0 100100 1011100 10011 100100 1010101 101100

Color Harmonies of #CE8311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8311

Black with #CE8311

Text Example


Text Example

White with #CE8311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8311; }

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

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

background-color css

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

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

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

border-color css

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

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

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