Html Css Color HEX #D87616 Ochre

📋 copy color: '#D87616'

red 216 ◦ green 118 ◦ blue 22

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

Shades of Ochre #D87616

Tints of Ochre #D87616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 60.67%
G = 33.15%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D87616 (or 0xD87616) is known color: Ochre. HEX triplet: D8, 76 and 16. RGB value is (216,118,22). Sum of RGB (Red+Green+Blue) = 216+118+22=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D87616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87616 is #2789E9. Grayscale: #888888. Windows color (decimal): -2591210 or 1472216. OLE color: 1472216.

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

Color convert

RGB 216 118 22 -
CMYK 0 0.45 0.90 0.15
HSL 29.69º 0.82% 0.47% -
HSV(B) 29.69º 0.9% 0.85% -
XYZ 34.94 27.61 4.25 -
YUV 136.36 63.47 184.81 -
System Red Green Blue C M Y K H S L
Decimal 216 118 22 0 0.45 0.90 0.15 29.69 0.82 0.47
Hex D8 76 16 0 2D 5A F 1E 52 2F
Octal 330 166 26 0 55 132 17 36 122 57
Binary 11011000 1110110 10110 0 101101 1011010 1111 11110 1010010 101111

Color Harmonies of #D87616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87616

Black with #D87616

Text Example


Text Example

White with #D87616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87616; }

 p { color: rgb(216,118,22); }

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

background-color css

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

 a { background-color: rgb(216,118,22); }

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

border-color css

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

 span { border-color: rgb(216,118,22); }

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