Html Css Color HEX #D87E13 Ochre

📋 copy color: '#D87E13'

red 216 ◦ green 126 ◦ blue 19

#D87E13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #D87E13

Tints of Ochre #D87E13

RGB

 RED value IS 216 (84.77% from 255) = 59.83%

 GREEN value IS 126 (49.61% from 255) = 34.9%

 BLUE value IS 19 (7.81% from 255) = 5.26%

R = 59.83%
G = 34.9%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D87E13 (or 0xD87E13) is known color: Ochre. HEX triplet: D8, 7E and 13. RGB value is (216,126,19). Sum of RGB (Red+Green+Blue) = 216+126+19=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87E13 is #2781EC. Grayscale: #8D8D8D. Windows color (decimal): -2589165 or 1277656. OLE color: 1277656.

HSL color Cylindrical-coordinate representation of color #D87E13: hue angle of 32.59º degrees, saturation: 0.84, 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 #D87E13 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 126 19 -
CMYK 0 0.42 0.91 0.15
HSL 32.59º 0.84% 0.46% -
HSV(B) 32.59º 0.91% 0.85% -
XYZ 35.9 29.57 4.43 -
YUV 140.71 59.32 181.7 -
System Red Green Blue C M Y K H S L
Decimal 216 126 19 0 0.42 0.91 0.15 32.59 0.84 0.46
Hex D8 7E 13 0 2A 5B F 21 54 2E
Octal 330 176 23 0 52 133 17 41 124 56
Binary 11011000 1111110 10011 0 101010 1011011 1111 100001 1010100 101110

Color Harmonies of #D87E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87E13

Black with #D87E13

Text Example


Text Example

White with #D87E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87E13; }

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

 H1.HeaderClassName
 {
   color: #D87E13;
 }
 .AnyTagClassName
 {
   color: #D87E13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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