Html Css Color HEX #D87312 Chocolate

📋 copy color: '#D87312'

red 216 ◦ green 115 ◦ blue 18

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

Shades of Chocolate #D87312

Tints of Chocolate #D87312

RGB

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

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

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

R = 61.89%
G = 32.95%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D87312 (or 0xD87312) is known color: Chocolate. HEX triplet: D8, 73 and 12. RGB value is (216,115,18). Sum of RGB (Red+Green+Blue) = 216+115+18=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D87312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87312 is #278CED. Grayscale: #868686. Windows color (decimal): -2591982 or 1209304. OLE color: 1209304.

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

Color convert

RGB 216 115 18 -
CMYK 0 0.47 0.92 0.15
HSL 29.39º 0.85% 0.46% -
HSV(B) 29.39º 0.92% 0.85% -
XYZ 34.56 26.9 3.94 -
YUV 134.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 216 115 18 0 0.47 0.92 0.15 29.39 0.85 0.46
Hex D8 73 12 0 2F 5C F 1D 55 2E
Octal 330 163 22 0 57 134 17 35 125 56
Binary 11011000 1110011 10010 0 101111 1011100 1111 11101 1010101 101110

Color Harmonies of #D87312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87312

Black with #D87312

Text Example


Text Example

White with #D87312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87312; }

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

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

background-color css

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

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

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

border-color css

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

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

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