#D1841E

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

Shades of Ochre #D1841E

Tints of Ochre #D1841E

Color information

#D1841E (or 0xD1841E) is unknown color: approx Ochre. HEX triplet: D1, 84 and 1E. RGB value is (209,132,30). Sum of RGB (Red+Green+Blue) = 209+132+30=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1841E is #2E7BE1. Grayscale: #8F8F8F. Windows color (decimal): -3046370 or 2000081. OLE color: 2000081.

HSL color Cylindrical-coordinate representation of color #D1841E: hue angle of 34.19º 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 #D1841E is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20913230-
CMYK00.370.860.18
HSL34.19º74.9%46.86%-
HSV(B)34.19º85.65%81.96%-
XYZ34.7830.155.22-
YUV143.3964.01174.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.33%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 30 (12.11% from 255) = 8.09%
R=56.33%
G=35.58%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091323000.370.860.1834.1974.946.86
HexD1841E0255612224b2f
Octal32120436045126224211357
Binary11010001100001001111001001011010110100101000101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1841E; }

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

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

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

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

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

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

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

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