#CE7C17

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

Shades of Ochre #CE7C17

Tints of Ochre #CE7C17

Color information

#CE7C17 (or 0xCE7C17) is unknown color: approx Ochre. HEX triplet: CE, 7C and 17. RGB value is (206,124,23). Sum of RGB (Red+Green+Blue) = 206+124+23=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7C17 is #3183E8. Grayscale: #898989. Windows color (decimal): -3245033 or 1539278. OLE color: 1539278.

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

Color convert

RGB20612423-
CMYK00.400.890.19
HSL33.11º79.91%44.9%-
HSV(B)33.11º88.83%80.78%-
XYZ32.8227.64.41-
YUV13763.67177.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.36%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 23 (9.38% from 255) = 6.52%
R=58.36%
G=35.13%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061242300.400.890.1933.1179.9144.9
HexCE7C17028591321502d
Octal31617427050131234112055
Binary1100111011111001011101010001011001100111000011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7C17; }

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

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

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

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

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

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

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

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