#D18224

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

Shades of Ochre #D18224

Tints of Ochre #D18224

Color information

#D18224 (or 0xD18224) is unknown color: approx Ochre. HEX triplet: D1, 82 and 24. RGB value is (209,130,36). Sum of RGB (Red+Green+Blue) = 209+130+36=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D18224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18224 is #2E7DDB. Grayscale: #8F8F8F. Windows color (decimal): -3046876 or 2392785. OLE color: 2392785.

HSL color Cylindrical-coordinate representation of color #D18224: hue angle of 32.6º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D18224 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB20913036-
CMYK00.380.830.18
HSL32.6º70.61%48.04%-
HSV(B)32.6º82.78%81.96%-
XYZ34.629.655.57-
YUV142.967.67175.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.73%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 36 (14.45% from 255) = 9.6%
R=55.73%
G=34.67%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091303600.380.830.1832.670.6148.04
HexD182240265312214730
Octal32120244046123224110760
Binary110100011000001010010001001101010011100101000011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18224; }

 p { color: rgb(209,130,36); }

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

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

 a { background-color: rgb(209,130,36); }

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

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

 span { border-color: rgb(209,130,36); }

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