Html Css Color HEX #D87713 Ochre

📋 copy color: '#D87713'

red 216 ◦ green 119 ◦ blue 19

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

Shades of Ochre #D87713

Tints of Ochre #D87713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 61.02%
G = 33.62%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D87713 (or 0xD87713) is known color: Ochre. HEX triplet: D8, 77 and 13. RGB value is (216,119,19). Sum of RGB (Red+Green+Blue) = 216+119+19=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D87713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87713 is #2788EC. Grayscale: #898989. Windows color (decimal): -2590957 or 1275864. OLE color: 1275864.

HSL color Cylindrical-coordinate representation of color #D87713: hue angle of 30.46º degrees, saturation: 0.84, 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 #D87713 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 119 19 -
CMYK 0 0.45 0.91 0.15
HSL 30.46º 0.84% 0.46% -
HSV(B) 30.46º 0.91% 0.85% -
XYZ 35.03 27.84 4.14 -
YUV 136.6 61.64 184.63 -
System Red Green Blue C M Y K H S L
Decimal 216 119 19 0 0.45 0.91 0.15 30.46 0.84 0.46
Hex D8 77 13 0 2D 5B F 1E 54 2E
Octal 330 167 23 0 55 133 17 36 124 56
Binary 11011000 1110111 10011 0 101101 1011011 1111 11110 1010100 101110

Color Harmonies of #D87713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87713

Black with #D87713

Text Example


Text Example

White with #D87713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87713; }

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

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

background-color css

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

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

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

border-color css

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

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

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