Html Css Color HEX #D86210 Chocolate

📋 copy color: '#D86210'

red 216 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #D86210

Tints of Chocolate #D86210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 65.45%
G = 29.7%
B = 4.85%

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

#D86210 (or 0xD86210) is known color: Chocolate. HEX triplet: D8, 62 and 10. RGB value is (216,98,16). Sum of RGB (Red+Green+Blue) = 216+98+16=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D86210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86210 is #279DEF. Grayscale: #7C7C7C. Windows color (decimal): -2596336 or 1073880. OLE color: 1073880.

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

Color convert

RGB 216 98 16 -
CMYK 0 0.55 0.93 0.15
HSL 24.6º 0.86% 0.45% -
HSV(B) 24.6º 0.93% 0.85% -
XYZ 32.78 23.37 3.27 -
YUV 123.93 67.09 193.67 -
System Red Green Blue C M Y K H S L
Decimal 216 98 16 0 0.55 0.93 0.15 24.6 0.86 0.45
Hex D8 62 10 0 37 5D F 19 56 2D
Octal 330 142 20 0 67 135 17 31 126 55
Binary 11011000 1100010 10000 0 110111 1011101 1111 11001 1010110 101101

Color Harmonies of #D86210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86210

Black with #D86210

Text Example


Text Example

White with #D86210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86210; }

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

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

background-color css

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

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

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

border-color css

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

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

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