#D87821

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

Shades of Ochre #D87821

Tints of Ochre #D87821

Color information

#D87821 (or 0xD87821) is unknown color: approx Ochre. HEX triplet: D8, 78 and 21. RGB value is (216,120,33). Sum of RGB (Red+Green+Blue) = 216+120+33=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D87821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87821 is #2787DE. Grayscale: #8B8B8B. Windows color (decimal): -2590687 or 2193624. OLE color: 2193624.

HSL color Cylindrical-coordinate representation of color #D87821: hue angle of 28.52º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D87821 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21612033-
CMYK00.440.850.15
HSL28.52º73.49%48.82%-
HSV(B)28.52º84.72%84.71%-
XYZ35.3128.145.01-
YUV138.7968.3183.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.54%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 33 (13.28% from 255) = 8.94%
R=58.54%
G=32.52%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161203300.440.850.1528.5273.4948.82
HexD8782102C55F1d4931
Octal33017041054125173511161
Binary110110001111000100001010110010101011111111011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87821; }

 p { color: rgb(216,120,33); }

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

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

 a { background-color: rgb(216,120,33); }

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

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

 span { border-color: rgb(216,120,33); }

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