Html Css Color HEX #D87E1A Ochre

📋 copy color: '#D87E1A'

red 216 ◦ green 126 ◦ blue 26

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

Shades of Ochre #D87E1A

Tints of Ochre #D87E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 58.7%
G = 34.24%
B = 7.07%

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

#D87E1A (or 0xD87E1A) is known color: Ochre. HEX triplet: D8, 7E and 1A. RGB value is (216,126,26). Sum of RGB (Red+Green+Blue) = 216+126+26=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87E1A is #2781E5. Grayscale: #8E8E8E. Windows color (decimal): -2589158 or 1736408. OLE color: 1736408.

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

Color convert

RGB 216 126 26 -
CMYK 0 0.42 0.88 0.15
HSL 31.58º 0.79% 0.47% -
HSV(B) 31.58º 0.88% 0.85% -
XYZ 35.97 29.6 4.79 -
YUV 141.51 62.82 181.13 -
System Red Green Blue C M Y K H S L
Decimal 216 126 26 0 0.42 0.88 0.15 31.58 0.79 0.47
Hex D8 7E 1A 0 2A 58 F 20 4F 2F
Octal 330 176 32 0 52 130 17 40 117 57
Binary 11011000 1111110 11010 0 101010 1011000 1111 100000 1001111 101111

Color Harmonies of #D87E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87E1A

Black with #D87E1A

Text Example


Text Example

White with #D87E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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