Html Css Color HEX #D87712 Ochre

📋 copy color: '#D87712'

red 216 ◦ green 119 ◦ blue 18

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

Shades of Ochre #D87712

Tints of Ochre #D87712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 61.19%
G = 33.71%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D87712 (or 0xD87712) is known color: Ochre. HEX triplet: D8, 77 and 12. RGB value is (216,119,18). Sum of RGB (Red+Green+Blue) = 216+119+18=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D87712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87712 is #2788ED. Grayscale: #888888. Windows color (decimal): -2590958 or 1210328. OLE color: 1210328.

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

Color convert

RGB 216 119 18 -
CMYK 0 0.45 0.92 0.15
HSL 30.61º 0.85% 0.46% -
HSV(B) 30.61º 0.92% 0.85% -
XYZ 35.02 27.84 4.1 -
YUV 136.49 61.14 184.71 -
System Red Green Blue C M Y K H S L
Decimal 216 119 18 0 0.45 0.92 0.15 30.61 0.85 0.46
Hex D8 77 12 0 2D 5C F 1F 55 2E
Octal 330 167 22 0 55 134 17 37 125 56
Binary 11011000 1110111 10010 0 101101 1011100 1111 11111 1010101 101110

Color Harmonies of #D87712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87712

Black with #D87712

Text Example


Text Example

White with #D87712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87712; }

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

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

background-color css

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

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

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

border-color css

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

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

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