#CE8117

Color #CE8117 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CE8117

Tints of Ochre #CE8117

Color information

#CE8117 (or 0xCE8117) is unknown color: approx Ochre. HEX triplet: CE, 81 and 17. RGB value is (206,129,23). Sum of RGB (Red+Green+Blue) = 206+129+23=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8117 is #317EE8. Grayscale: #8C8C8C. Windows color (decimal): -3243753 or 1540558. OLE color: 1540558.

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

Color convert

RGB20612923-
CMYK00.370.890.19
HSL34.75º79.91%44.9%-
HSV(B)34.75º88.83%80.78%-
XYZ33.4628.884.62-
YUV139.9462.01175.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.54%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 23 (9.38% from 255) = 6.42%
R=57.54%
G=36.03%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061292300.370.890.1934.7579.9144.9
HexCE8117025591323502d
Octal31620127045131234312055
Binary11001110100000011011101001011011001100111000111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8117; }

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

 H1.HeaderClassName
 {
   color: #CE8117;
 }
 .AnyTagClassName
 {
   color: #CE8117;
 }
</style>
background-color css

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

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

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

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

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

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