Html Css Color HEX #D86515 Chocolate

📋 copy color: '#D86515'

red 216 ◦ green 101 ◦ blue 21

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

Shades of Chocolate #D86515

Tints of Chocolate #D86515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 63.91%
G = 29.88%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D86515 (or 0xD86515) is known color: Chocolate. HEX triplet: D8, 65 and 15. RGB value is (216,101,21). Sum of RGB (Red+Green+Blue) = 216+101+21=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D86515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86515 is #279AEA. Grayscale: #7E7E7E. Windows color (decimal): -2595563 or 1402328. OLE color: 1402328.

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

Color convert

RGB 216 101 21 -
CMYK 0 0.53 0.90 0.15
HSL 24.62º 0.82% 0.46% -
HSV(B) 24.62º 0.9% 0.85% -
XYZ 33.11 23.96 3.59 -
YUV 126.27 68.6 192 -
System Red Green Blue C M Y K H S L
Decimal 216 101 21 0 0.53 0.90 0.15 24.62 0.82 0.46
Hex D8 65 15 0 35 5A F 19 52 2E
Octal 330 145 25 0 65 132 17 31 122 56
Binary 11011000 1100101 10101 0 110101 1011010 1111 11001 1010010 101110

Color Harmonies of #D86515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86515

Black with #D86515

Text Example


Text Example

White with #D86515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86515; }

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

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

background-color css

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

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

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

border-color css

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

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

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