Html Css Color HEX #CE8111 Ochre

📋 copy color: '#CE8111'

red 206 ◦ green 129 ◦ blue 17

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

Shades of Ochre #CE8111

Tints of Ochre #CE8111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.65%

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

R = 58.52%
G = 36.65%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE8111 (or 0xCE8111) is known color: Ochre. HEX triplet: CE, 81 and 11. RGB value is (206,129,17). Sum of RGB (Red+Green+Blue) = 206+129+17=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8111 is #317EEE. Grayscale: #8B8B8B. Windows color (decimal): -3243759 or 1147342. OLE color: 1147342.

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

Color convert

RGB 206 129 17 -
CMYK 0 0.37 0.92 0.19
HSL 35.56º 0.85% 0.44% -
HSV(B) 35.56º 0.92% 0.81% -
XYZ 33.41 28.86 4.34 -
YUV 139.26 59.01 175.61 -
System Red Green Blue C M Y K H S L
Decimal 206 129 17 0 0.37 0.92 0.19 35.56 0.85 0.44
Hex CE 81 11 0 25 5C 13 24 55 2C
Octal 316 201 21 0 45 134 23 44 125 54
Binary 11001110 10000001 10001 0 100101 1011100 10011 100100 1010101 101100

Color Harmonies of #CE8111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8111

Black with #CE8111

Text Example


Text Example

White with #CE8111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8111; }

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

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

background-color css

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

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

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

border-color css

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

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

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