#D0881B

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

Shades of Ochre #D0881B

Tints of Ochre #D0881B

Color information

#D0881B (or 0xD0881B) is unknown color: approx Ochre. HEX triplet: D0, 88 and 1B. RGB value is (208,136,27). Sum of RGB (Red+Green+Blue) = 208+136+27=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0881B is #2F77E4. Grayscale: #919191. Windows color (decimal): -3110885 or 1804496. OLE color: 1804496.

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

Color convert

RGB20813627-
CMYK00.350.870.18
HSL36.13º77.02%46.08%-
HSV(B)36.13º87.02%81.57%-
XYZ35.0131.15.19-
YUV145.161.35172.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.06%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 27 (10.94% from 255) = 7.28%
R=56.06%
G=36.66%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081362700.350.870.1836.1377.0246.08
HexD0881B0235712244d2e
Octal32021033043127224411556
Binary11010000100010001101101000111010111100101001001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0881B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0881B; }

 p { color: rgb(208,136,27); }

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

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

 a { background-color: rgb(208,136,27); }

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

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

 span { border-color: rgb(208,136,27); }

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