Html Css Color HEX #CE8615 Ochre

📋 copy color: '#CE8615'

red 206 ◦ green 134 ◦ blue 21

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

Shades of Ochre #CE8615

Tints of Ochre #CE8615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 21 (8.59% from 255) = 5.82%

R = 57.06%
G = 37.12%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8615 (or 0xCE8615) is known color: Ochre. HEX triplet: CE, 86 and 15. RGB value is (206,134,21). Sum of RGB (Red+Green+Blue) = 206+134+21=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8615 is #3179EA. Grayscale: #8F8F8F. Windows color (decimal): -3242475 or 1410766. OLE color: 1410766.

HSL color Cylindrical-coordinate representation of color #CE8615: hue angle of 36.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE8615 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 21 -
CMYK 0 0.35 0.90 0.19
HSL 36.65º 0.81% 0.45% -
HSV(B) 36.65º 0.9% 0.81% -
XYZ 34.11 30.23 4.75 -
YUV 142.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 206 134 21 0 0.35 0.90 0.19 36.65 0.81 0.45
Hex CE 86 15 0 23 5A 13 25 51 2D
Octal 316 206 25 0 43 132 23 45 121 55
Binary 11001110 10000110 10101 0 100011 1011010 10011 100101 1010001 101101

Color Harmonies of #CE8615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8615

Black with #CE8615

Text Example


Text Example

White with #CE8615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8615; }

 p { color: rgb(206,134,21); }

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

background-color css

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

 a { background-color: rgb(206,134,21); }

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

border-color css

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

 span { border-color: rgb(206,134,21); }

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