#D1841C

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

Shades of Ochre #D1841C

Tints of Ochre #D1841C

Color information

#D1841C (or 0xD1841C) is unknown color: approx Ochre. HEX triplet: D1, 84 and 1C. RGB value is (209,132,28). Sum of RGB (Red+Green+Blue) = 209+132+28=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1841C is #2E7BE3. Grayscale: #8F8F8F. Windows color (decimal): -3046372 or 1869009. OLE color: 1869009.

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

Color convert

RGB20913228-
CMYK00.370.870.18
HSL34.48º76.37%46.47%-
HSV(B)34.48º86.6%81.96%-
XYZ34.7630.145.08-
YUV143.1763.01174.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.64%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 28 (11.33% from 255) = 7.59%
R=56.64%
G=35.77%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091322800.370.870.1834.4876.3746.47
HexD1841C0255712224c2e
Octal32120434045127224211456
Binary11010001100001001110001001011010111100101000101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1841C; }

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

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

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

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

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

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

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

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