Html Css Color HEX #D87717 Ochre

📋 copy color: '#D87717'

red 216 ◦ green 119 ◦ blue 23

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

Shades of Ochre #D87717

Tints of Ochre #D87717

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 23 (9.38% from 255) = 6.42%

R = 60.34%
G = 33.24%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D87717 (or 0xD87717) is known color: Ochre. HEX triplet: D8, 77 and 17. RGB value is (216,119,23). Sum of RGB (Red+Green+Blue) = 216+119+23=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D87717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87717 is #2788E8. Grayscale: #898989. Windows color (decimal): -2590953 or 1538008. OLE color: 1538008.

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

Color convert

RGB 216 119 23 -
CMYK 0 0.45 0.89 0.15
HSL 29.84º 0.81% 0.47% -
HSV(B) 29.84º 0.89% 0.85% -
XYZ 35.07 27.85 4.34 -
YUV 137.06 63.64 184.31 -
System Red Green Blue C M Y K H S L
Decimal 216 119 23 0 0.45 0.89 0.15 29.84 0.81 0.47
Hex D8 77 17 0 2D 59 F 1E 51 2F
Octal 330 167 27 0 55 131 17 36 121 57
Binary 11011000 1110111 10111 0 101101 1011001 1111 11110 1010001 101111

Color Harmonies of #D87717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87717

Black with #D87717

Text Example


Text Example

White with #D87717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87717; }

 p { color: rgb(216,119,23); }

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

background-color css

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

 a { background-color: rgb(216,119,23); }

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

border-color css

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

 span { border-color: rgb(216,119,23); }

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