#D1772B

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

Shades of Ochre #D1772B

Tints of Ochre #D1772B

Color information

#D1772B (or 0xD1772B) is unknown color: approx Ochre. HEX triplet: D1, 77 and 2B. RGB value is (209,119,43). Sum of RGB (Red+Green+Blue) = 209+119+43=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1772B is #2E88D4. Grayscale: #898989. Windows color (decimal): -3049685 or 2848721. OLE color: 2848721.

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

Color convert

RGB20911943-
CMYK00.430.790.18
HSL27.47º65.87%49.41%-
HSV(B)27.47º79.43%81.96%-
XYZ33.3326.925.73-
YUV137.2574.82179.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.33%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 43 (17.19% from 255) = 11.59%
R=56.33%
G=32.08%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091194300.430.790.1827.4765.8749.41
HexD1772B02B4F121b4231
Octal32116753053117223310261
Binary1101000111101111010110101011100111110010110111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1772B; }

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

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

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

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

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

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

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

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