Html Css Color HEX #D87316 Chocolate

📋 copy color: '#D87316'

red 216 ◦ green 115 ◦ blue 22

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

Shades of Chocolate #D87316

Tints of Chocolate #D87316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

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

R = 61.19%
G = 32.58%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D87316 (or 0xD87316) is known color: Chocolate. HEX triplet: D8, 73 and 16. RGB value is (216,115,22). Sum of RGB (Red+Green+Blue) = 216+115+22=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D87316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87316 is #278CE9. Grayscale: #878787. Windows color (decimal): -2591978 or 1471448. OLE color: 1471448.

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

Color convert

RGB 216 115 22 -
CMYK 0 0.47 0.90 0.15
HSL 28.76º 0.82% 0.47% -
HSV(B) 28.76º 0.9% 0.85% -
XYZ 34.59 26.92 4.13 -
YUV 134.6 64.46 186.06 -
System Red Green Blue C M Y K H S L
Decimal 216 115 22 0 0.47 0.90 0.15 28.76 0.82 0.47
Hex D8 73 16 0 2F 5A F 1D 52 2F
Octal 330 163 26 0 57 132 17 35 122 57
Binary 11011000 1110011 10110 0 101111 1011010 1111 11101 1010010 101111

Color Harmonies of #D87316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87316

Black with #D87316

Text Example


Text Example

White with #D87316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87316; }

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

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

background-color css

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

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

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

border-color css

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

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

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