#D18219

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

Shades of Ochre #D18219

Tints of Ochre #D18219

Color information

#D18219 (or 0xD18219) is unknown color: approx Ochre. HEX triplet: D1, 82 and 19. RGB value is (209,130,25). Sum of RGB (Red+Green+Blue) = 209+130+25=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D18219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18219 is #2E7DE6. Grayscale: #8E8E8E. Windows color (decimal): -3046887 or 1671889. OLE color: 1671889.

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

Color convert

RGB20913025-
CMYK00.380.880.18
HSL34.24º78.63%45.88%-
HSV(B)34.24º88.04%81.96%-
XYZ34.4529.594.82-
YUV141.6562.17176.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.42%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 25 (10.16% from 255) = 6.87%
R=57.42%
G=35.71%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091302500.380.880.1834.2478.6345.88
HexD182190265812224f2e
Octal32120231046130224211756
Binary11010001100000101100101001101011000100101000101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18219; }

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

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

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

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

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

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

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

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