#D1761C

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

Shades of Ochre #D1761C

Tints of Ochre #D1761C

Color information

#D1761C (or 0xD1761C) is unknown color: approx Ochre. HEX triplet: D1, 76 and 1C. RGB value is (209,118,28). Sum of RGB (Red+Green+Blue) = 209+118+28=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1761C is #2E89E3. Grayscale: #878787. Windows color (decimal): -3049956 or 1865425. OLE color: 1865425.

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

Color convert

RGB20911828-
CMYK00.440.870.18
HSL29.83º76.37%46.47%-
HSV(B)29.83º86.6%81.96%-
XYZ32.9826.64.49-
YUV134.9567.65180.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.87%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 28 (11.33% from 255) = 7.89%
R=58.87%
G=33.24%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091182800.440.870.1829.8376.3746.47
HexD1761C02C57121e4c2e
Octal32116634054127223611456
Binary110100011110110111000101100101011110010111101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1761C; }

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

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

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

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

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

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

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

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