#D1771E

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

Shades of Ochre #D1771E

Tints of Ochre #D1771E

Color information

#D1771E (or 0xD1771E) is unknown color: approx Ochre. HEX triplet: D1, 77 and 1E. RGB value is (209,119,30). Sum of RGB (Red+Green+Blue) = 209+119+30=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1771E is #2E88E1. Grayscale: #888888. Windows color (decimal): -3049698 or 1996753. OLE color: 1996753.

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

Color convert

RGB20911930-
CMYK00.430.860.18
HSL29.83º74.9%46.86%-
HSV(B)29.83º85.65%81.96%-
XYZ33.1326.844.66-
YUV135.7668.32180.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.38%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 30 (12.11% from 255) = 8.38%
R=58.38%
G=33.24%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091193000.430.860.1829.8374.946.86
HexD1771E02B56121e4b2f
Octal32116736053126223611357
Binary110100011110111111100101011101011010010111101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1771E; }

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

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

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

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

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

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

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

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