Html Css Color HEX #D87F19 Ochre

📋 copy color: '#D87F19'

red 216 ◦ green 127 ◦ blue 25

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

Shades of Ochre #D87F19

Tints of Ochre #D87F19

RGB

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

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

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

R = 58.7%
G = 34.51%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D87F19 (or 0xD87F19) is known color: Ochre. HEX triplet: D8, 7F and 19. RGB value is (216,127,25). Sum of RGB (Red+Green+Blue) = 216+127+25=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87F19 is #2780E6. Grayscale: #8E8E8E. Windows color (decimal): -2588903 or 1671128. OLE color: 1671128.

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

Color convert

RGB 216 127 25 -
CMYK 0 0.41 0.88 0.15
HSL 32.04º 0.79% 0.47% -
HSV(B) 32.04º 0.88% 0.85% -
XYZ 36.08 29.85 4.78 -
YUV 141.98 61.99 180.79 -
System Red Green Blue C M Y K H S L
Decimal 216 127 25 0 0.41 0.88 0.15 32.04 0.79 0.47
Hex D8 7F 19 0 29 58 F 20 4F 2F
Octal 330 177 31 0 51 130 17 40 117 57
Binary 11011000 1111111 11001 0 101001 1011000 1111 100000 1001111 101111

Color Harmonies of #D87F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F19

Black with #D87F19

Text Example


Text Example

White with #D87F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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