Html Css Color HEX #D87E1E Ochre

📋 copy color: '#D87E1E'

red 216 ◦ green 126 ◦ blue 30

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

Shades of Ochre #D87E1E

Tints of Ochre #D87E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.06%

R = 58.06%
G = 33.87%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D87E1E (or 0xD87E1E) is known color: Ochre. HEX triplet: D8, 7E and 1E. RGB value is (216,126,30). Sum of RGB (Red+Green+Blue) = 216+126+30=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87E1E is #2781E1. Grayscale: #8E8E8E. Windows color (decimal): -2589154 or 1998552. OLE color: 1998552.

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

Color convert

RGB 216 126 30 -
CMYK 0 0.42 0.86 0.15
HSL 30.97º 0.76% 0.48% -
HSV(B) 30.97º 0.86% 0.85% -
XYZ 36.01 29.61 5.05 -
YUV 141.97 64.82 180.81 -
System Red Green Blue C M Y K H S L
Decimal 216 126 30 0 0.42 0.86 0.15 30.97 0.76 0.48
Hex D8 7E 1E 0 2A 56 F 1F 4C 30
Octal 330 176 36 0 52 126 17 37 114 60
Binary 11011000 1111110 11110 0 101010 1010110 1111 11111 1001100 110000

Color Harmonies of #D87E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87E1E

Black with #D87E1E

Text Example


Text Example

White with #D87E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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