Html Css Color HEX #D86310 Chocolate

📋 copy color: '#D86310'

red 216 ◦ green 99 ◦ blue 16

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

Shades of Chocolate #D86310

Tints of Chocolate #D86310

RGB

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

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

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

R = 65.26%
G = 29.91%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D86310 (or 0xD86310) is known color: Chocolate. HEX triplet: D8, 63 and 10. RGB value is (216,99,16). Sum of RGB (Red+Green+Blue) = 216+99+16=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D86310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86310 is #279CEF. Grayscale: #7C7C7C. Windows color (decimal): -2596080 or 1074136. OLE color: 1074136.

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

Color convert

RGB 216 99 16 -
CMYK 0 0.54 0.93 0.15
HSL 24.9º 0.86% 0.45% -
HSV(B) 24.9º 0.93% 0.85% -
XYZ 32.87 23.56 3.31 -
YUV 124.52 66.76 193.25 -
System Red Green Blue C M Y K H S L
Decimal 216 99 16 0 0.54 0.93 0.15 24.9 0.86 0.45
Hex D8 63 10 0 36 5D F 19 56 2D
Octal 330 143 20 0 66 135 17 31 126 55
Binary 11011000 1100011 10000 0 110110 1011101 1111 11001 1010110 101101

Color Harmonies of #D86310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86310

Black with #D86310

Text Example


Text Example

White with #D86310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86310; }

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

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

background-color css

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

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

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

border-color css

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

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

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