Html Css Color HEX #CE8011 Ochre

📋 copy color: '#CE8011'

red 206 ◦ green 128 ◦ blue 17

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

Shades of Ochre #CE8011

Tints of Ochre #CE8011

RGB

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

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

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

R = 58.69%
G = 36.47%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE8011 (or 0xCE8011) is known color: Ochre. HEX triplet: CE, 80 and 11. RGB value is (206,128,17). Sum of RGB (Red+Green+Blue) = 206+128+17=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8011 is #317FEE. Grayscale: #8B8B8B. Windows color (decimal): -3244015 or 1147086. OLE color: 1147086.

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

Color convert

RGB 206 128 17 -
CMYK 0 0.38 0.92 0.19
HSL 35.24º 0.85% 0.44% -
HSV(B) 35.24º 0.92% 0.81% -
XYZ 33.27 28.6 4.3 -
YUV 138.67 59.34 176.03 -
System Red Green Blue C M Y K H S L
Decimal 206 128 17 0 0.38 0.92 0.19 35.24 0.85 0.44
Hex CE 80 11 0 26 5C 13 23 55 2C
Octal 316 200 21 0 46 134 23 43 125 54
Binary 11001110 10000000 10001 0 100110 1011100 10011 100011 1010101 101100

Color Harmonies of #CE8011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8011

Black with #CE8011

Text Example


Text Example

White with #CE8011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8011; }

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

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

background-color css

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

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

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

border-color css

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

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

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