Html Css Color HEX #D86915 Chocolate

📋 copy color: '#D86915'

red 216 ◦ green 105 ◦ blue 21

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

Shades of Chocolate #D86915

Tints of Chocolate #D86915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 63.16%
G = 30.7%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D86915 (or 0xD86915) is known color: Chocolate. HEX triplet: D8, 69 and 15. RGB value is (216,105,21). Sum of RGB (Red+Green+Blue) = 216+105+21=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D86915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86915 is #2796EA. Grayscale: #818181. Windows color (decimal): -2594539 or 1403352. OLE color: 1403352.

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

Color convert

RGB 216 105 21 -
CMYK 0 0.51 0.90 0.15
HSL 25.85º 0.82% 0.46% -
HSV(B) 25.85º 0.9% 0.85% -
XYZ 33.51 24.76 3.72 -
YUV 128.61 67.27 190.33 -
System Red Green Blue C M Y K H S L
Decimal 216 105 21 0 0.51 0.90 0.15 25.85 0.82 0.46
Hex D8 69 15 0 33 5A F 1A 52 2E
Octal 330 151 25 0 63 132 17 32 122 56
Binary 11011000 1101001 10101 0 110011 1011010 1111 11010 1010010 101110

Color Harmonies of #D86915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86915

Black with #D86915

Text Example


Text Example

White with #D86915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86915; }

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

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

background-color css

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

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

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

border-color css

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

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

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