Html Css Color HEX #D87E19 Ochre

📋 copy color: '#D87E19'

red 216 ◦ green 126 ◦ blue 25

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

Shades of Ochre #D87E19

Tints of Ochre #D87E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.81%

R = 58.86%
G = 34.33%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D87E19 (or 0xD87E19) is known color: Ochre. HEX triplet: D8, 7E and 19. RGB value is (216,126,25). Sum of RGB (Red+Green+Blue) = 216+126+25=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87E19 is #2781E6. Grayscale: #8D8D8D. Windows color (decimal): -2589159 or 1670872. OLE color: 1670872.

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

Color convert

RGB 216 126 25 -
CMYK 0 0.42 0.88 0.15
HSL 31.73º 0.79% 0.47% -
HSV(B) 31.73º 0.88% 0.85% -
XYZ 35.96 29.59 4.74 -
YUV 141.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 216 126 25 0 0.42 0.88 0.15 31.73 0.79 0.47
Hex D8 7E 19 0 2A 58 F 20 4F 2F
Octal 330 176 31 0 52 130 17 40 117 57
Binary 11011000 1111110 11001 0 101010 1011000 1111 100000 1001111 101111

Color Harmonies of #D87E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87E19

Black with #D87E19

Text Example


Text Example

White with #D87E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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