#D9841B

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

Shades of Ochre #D9841B

Tints of Ochre #D9841B

Color information

#D9841B (or 0xD9841B) is unknown color: approx Ochre. HEX triplet: D9, 84 and 1B. RGB value is (217,132,27). Sum of RGB (Red+Green+Blue) = 217+132+27=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9841B is #267BE4. Grayscale: #919191. Windows color (decimal): -2522085 or 1803481. OLE color: 1803481.

HSL color Cylindrical-coordinate representation of color #D9841B: hue angle of 33.16º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9841B is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB21713227-
CMYK00.390.880.15
HSL33.16º77.87%47.84%-
HSV(B)33.16º87.56%85.1%-
XYZ37.0631.335.13-
YUV145.4461.16179.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.71%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 27 (10.94% from 255) = 7.18%
R=57.71%
G=35.11%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171322700.390.880.1533.1677.8747.84
HexD9841B02758F214e30
Octal33120433047130174111660
Binary1101100110000100110110100111101100011111000011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9841B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9841B; }

 p { color: rgb(217,132,27); }

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

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

 a { background-color: rgb(217,132,27); }

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

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

 span { border-color: rgb(217,132,27); }

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