#D87E14

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

Shades of Ochre #D87E14

Tints of Ochre #D87E14

Color information

#D87E14 (or 0xD87E14) is unknown color: approx Ochre. HEX triplet: D8, 7E and 14. RGB value is (216,126,20). Sum of RGB (Red+Green+Blue) = 216+126+20=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87E14 is #2781EB. Grayscale: #8D8D8D. Windows color (decimal): -2589164 or 1343192. OLE color: 1343192.

HSL color Cylindrical-coordinate representation of color #D87E14: hue angle of 32.45º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D87E14 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB21612620-
CMYK00.420.910.15
HSL32.45º83.05%46.27%-
HSV(B)32.45º90.74%84.71%-
XYZ35.9129.574.48-
YUV140.8359.82181.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.67%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 20 (8.20% from 255) = 5.52%
R=59.67%
G=34.81%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161262000.420.910.1532.4583.0546.27
HexD87E1402A5BF20532e
Octal33017624052133174012356
Binary110110001111110101000101010101101111111000001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87E14; }

 p { color: rgb(216,126,20); }

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

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

 a { background-color: rgb(216,126,20); }

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

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

 span { border-color: rgb(216,126,20); }

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