Html Css Color HEX #D86110 Chocolate

📋 copy color: '#D86110'

red 216 ◦ green 97 ◦ blue 16

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

Shades of Chocolate #D86110

Tints of Chocolate #D86110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 65.65%
G = 29.48%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D86110 (or 0xD86110) is known color: Chocolate. HEX triplet: D8, 61 and 10. RGB value is (216,97,16). Sum of RGB (Red+Green+Blue) = 216+97+16=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D86110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86110 is #279EEF. Grayscale: #7B7B7B. Windows color (decimal): -2596592 or 1073624. OLE color: 1073624.

HSL color Cylindrical-coordinate representation of color #D86110: hue angle of 24.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D86110 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 97 16 -
CMYK 0 0.55 0.93 0.15
HSL 24.3º 0.86% 0.45% -
HSV(B) 24.3º 0.93% 0.85% -
XYZ 32.69 23.19 3.24 -
YUV 123.35 67.42 194.09 -
System Red Green Blue C M Y K H S L
Decimal 216 97 16 0 0.55 0.93 0.15 24.3 0.86 0.45
Hex D8 61 10 0 37 5D F 18 56 2D
Octal 330 141 20 0 67 135 17 30 126 55
Binary 11011000 1100001 10000 0 110111 1011101 1111 11000 1010110 101101

Color Harmonies of #D86110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86110

Black with #D86110

Text Example


Text Example

White with #D86110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86110; }

 p { color: rgb(216,97,16); }

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

background-color css

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

 a { background-color: rgb(216,97,16); }

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

border-color css

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

 span { border-color: rgb(216,97,16); }

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