#d1861e

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

Shades of Ochre #D1861E

Tints of Ochre #D1861E

Color information

#D1861E (or 0xD1861E) is unknown color: approx Ochre. HEX triplet: D1, 86 and 1E. RGB value is (209,134,30). Sum of RGB (Red+Green+Blue) = 209+134+30=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1861E is #2E79E1. Grayscale: #919191. Windows color (decimal): -3045858 or 2000593. OLE color: 2000593.

HSL color Cylindrical-coordinate representation of color #D1861E: hue angle of 34.86º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1861E is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20913430-
CMYK00.360.860.18
HSL34.86º74.9%46.86%-
HSV(B)34.86º85.65%81.96%-
XYZ35.0530.75.31-
YUV144.5763.35173.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.03%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 30 (12.11% from 255) = 8.04%
R=56.03%
G=35.92%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091343000.360.860.1834.8674.946.86
HexD1861E0245612234b2f
Octal32120636044126224311357
Binary11010001100001101111001001001010110100101000111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1861e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1861e; }

 p { color: rgb(209,134,30); }

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

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

 a { background-color: rgb(209,134,30); }

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

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

 span { border-color: rgb(209,134,30); }

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