#de7c16

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

Shades of Ochre #DE7C16

Tints of Ochre #DE7C16

Color information

#DE7C16 (or 0xDE7C16) is unknown color: approx Ochre. HEX triplet: DE, 7C and 16. RGB value is (222,124,22). Sum of RGB (Red+Green+Blue) = 222+124+22=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7C16 is #2183E9. Grayscale: #8E8E8E. Windows color (decimal): -2196458 or 1473758. OLE color: 1473758.

HSL color Cylindrical-coordinate representation of color #DE7C16: hue angle of 30.6º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE7C16 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB22212422-
CMYK00.440.900.13
HSL30.6º81.97%47.84%-
HSV(B)30.6º90.09%87.06%-
XYZ37.48304.57-
YUV141.6760.47185.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.33%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 22 (8.98% from 255) = 5.98%
R=60.33%
G=33.70%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221242200.440.900.1330.681.9747.84
HexDE7C1602C5AD1f5230
Octal33617426054132153712260
Binary11011110111110010110010110010110101101111111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de7c16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de7c16; }

 p { color: rgb(222,124,22); }

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

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

 a { background-color: rgb(222,124,22); }

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

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

 span { border-color: rgb(222,124,22); }

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