#D1770F

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

Shades of Ochre #D1770F

Tints of Ochre #D1770F

Color information

#D1770F (or 0xD1770F) is unknown color: approx Ochre. HEX triplet: D1, 77 and 0F. RGB value is (209,119,15). Sum of RGB (Red+Green+Blue) = 209+119+15=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D1770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1770F is #2E88F0. Grayscale: #868686. Windows color (decimal): -3049713 or 1013713. OLE color: 1013713.

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

Color convert

RGB20911915-
CMYK00.430.930.18
HSL32.16º86.61%43.92%-
HSV(B)32.16º92.82%81.96%-
XYZ32.9826.783.88-
YUV134.0560.82181.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.93%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 15 (6.25% from 255) = 4.37%
R=60.93%
G=34.69%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091191500.430.930.1832.1686.6143.92
HexD177F02B5D1220572c
Octal32116717053135224012754
Binary110100011110111111101010111011101100101000001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1770F; }

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

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

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

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

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

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

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

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