Html Css Color HEX #D87F10 Ochre

📋 copy color: '#D87F10'

red 216 ◦ green 127 ◦ blue 16

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

Shades of Ochre #D87F10

Tints of Ochre #D87F10

RGB

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

 GREEN value IS 127 (50% from 255) = 35.38%

 BLUE value IS 16 (6.64% from 255) = 4.46%

R = 60.17%
G = 35.38%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D87F10 (or 0xD87F10) is known color: Ochre. HEX triplet: D8, 7F and 10. RGB value is (216,127,16). Sum of RGB (Red+Green+Blue) = 216+127+16=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87F10 is #2780EF. Grayscale: #8D8D8D. Windows color (decimal): -2588912 or 1081304. OLE color: 1081304.

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

Color convert

RGB 216 127 16 -
CMYK 0 0.41 0.93 0.15
HSL 33.3º 0.86% 0.45% -
HSV(B) 33.3º 0.93% 0.85% -
XYZ 36 29.82 4.35 -
YUV 140.96 57.49 181.53 -
System Red Green Blue C M Y K H S L
Decimal 216 127 16 0 0.41 0.93 0.15 33.3 0.86 0.45
Hex D8 7F 10 0 29 5D F 21 56 2D
Octal 330 177 20 0 51 135 17 41 126 55
Binary 11011000 1111111 10000 0 101001 1011101 1111 100001 1010110 101101

Color Harmonies of #D87F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F10

Black with #D87F10

Text Example


Text Example

White with #D87F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F10; }

 p { color: rgb(216,127,16); }

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

background-color css

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

 a { background-color: rgb(216,127,16); }

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

border-color css

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

 span { border-color: rgb(216,127,16); }

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