Html Css Color HEX #D86511 Chocolate

📋 copy color: '#D86511'

red 216 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #D86511

Tints of Chocolate #D86511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.09%

R = 64.67%
G = 30.24%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D86511 (or 0xD86511) is known color: Chocolate. HEX triplet: D8, 65 and 11. RGB value is (216,101,17). Sum of RGB (Red+Green+Blue) = 216+101+17=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D86511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86511 is #279AEE. Grayscale: #7E7E7E. Windows color (decimal): -2595567 or 1140184. OLE color: 1140184.

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

Color convert

RGB 216 101 17 -
CMYK 0 0.53 0.92 0.15
HSL 25.33º 0.85% 0.46% -
HSV(B) 25.33º 0.92% 0.85% -
XYZ 33.07 23.95 3.41 -
YUV 125.81 66.6 192.33 -
System Red Green Blue C M Y K H S L
Decimal 216 101 17 0 0.53 0.92 0.15 25.33 0.85 0.46
Hex D8 65 11 0 35 5C F 19 55 2E
Octal 330 145 21 0 65 134 17 31 125 56
Binary 11011000 1100101 10001 0 110101 1011100 1111 11001 1010101 101110

Color Harmonies of #D86511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86511

Black with #D86511

Text Example


Text Example

White with #D86511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86511; }

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

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

background-color css

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

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

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

border-color css

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

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

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