Html Css Color HEX #D86315 Chocolate

📋 copy color: '#D86315'

red 216 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #D86315

Tints of Chocolate #D86315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 21 (8.59% from 255) = 6.25%

R = 64.29%
G = 29.46%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D86315 (or 0xD86315) is known color: Chocolate. HEX triplet: D8, 63 and 15. RGB value is (216,99,21). Sum of RGB (Red+Green+Blue) = 216+99+21=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D86315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86315 is #279CEA. Grayscale: #7D7D7D. Windows color (decimal): -2596075 or 1401816. OLE color: 1401816.

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

Color convert

RGB 216 99 21 -
CMYK 0 0.54 0.90 0.15
HSL 24º 0.82% 0.46% -
HSV(B) 24º 0.9% 0.85% -
XYZ 32.92 23.58 3.53 -
YUV 125.09 69.26 192.84 -
System Red Green Blue C M Y K H S L
Decimal 216 99 21 0 0.54 0.90 0.15 24 0.82 0.46
Hex D8 63 15 0 36 5A F 18 52 2E
Octal 330 143 25 0 66 132 17 30 122 56
Binary 11011000 1100011 10101 0 110110 1011010 1111 11000 1010010 101110

Color Harmonies of #D86315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86315

Black with #D86315

Text Example


Text Example

White with #D86315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86315; }

 p { color: rgb(216,99,21); }

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

background-color css

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

 a { background-color: rgb(216,99,21); }

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

border-color css

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

 span { border-color: rgb(216,99,21); }

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