Html Css Color HEX #D87E14 Ochre

📋 copy color: '#D87E14'

red 216 ◦ green 126 ◦ blue 20

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

Shades of Ochre #D87E14

Tints of Ochre #D87E14

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.2% from 255) = 5.52%

R = 59.67%
G = 34.81%
B = 5.52%

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

#D87E14 (or 0xD87E14) is known color: 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

RGB 216 126 20 -
CMYK 0 0.42 0.91 0.15
HSL 32.45º 0.83% 0.46% -
HSV(B) 32.45º 0.91% 0.85% -
XYZ 35.91 29.57 4.48 -
YUV 140.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 216 126 20 0 0.42 0.91 0.15 32.45 0.83 0.46
Hex D8 7E 14 0 2A 5B F 20 53 2E
Octal 330 176 24 0 52 133 17 40 123 56
Binary 11011000 1111110 10100 0 101010 1011011 1111 100000 1010011 101110

Color Harmonies of #D87E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87E14

Black with #D87E14

Text Example


Text Example

White with #D87E14

Text Example


Text Example

HTML Codes & Css Web 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>