#DE7918

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

Shades of Ochre #DE7918

Tints of Ochre #DE7918

Color information

#DE7918 (or 0xDE7918) is unknown color: approx Ochre. HEX triplet: DE, 79 and 18. RGB value is (222,121,24). Sum of RGB (Red+Green+Blue) = 222+121+24=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7918 is #2186E7. Grayscale: #8C8C8C. Windows color (decimal): -2197224 or 1604062. OLE color: 1604062.

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

Color convert

RGB22212124-
CMYK00.450.890.13
HSL29.39º80.49%48.24%-
HSV(B)29.39º89.19%87.06%-
XYZ37.1329.274.56-
YUV140.1462.46186.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.49%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 24 (9.77% from 255) = 6.54%
R=60.49%
G=32.97%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221212400.450.890.1329.3980.4948.24
HexDE791802D59D1d5030
Octal33617130055131153512060
Binary11011110111100111000010110110110011101111011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7918; }

 p { color: rgb(222,121,24); }

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

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

 a { background-color: rgb(222,121,24); }

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

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

 span { border-color: rgb(222,121,24); }

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