Html Css Color HEX #D86219 Chocolate

📋 copy color: '#D86219'

red 216 ◦ green 98 ◦ blue 25

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

Shades of Chocolate #D86219

Tints of Chocolate #D86219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.37%

R = 63.72%
G = 28.91%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D86219 (or 0xD86219) is known color: Chocolate. HEX triplet: D8, 62 and 19. RGB value is (216,98,25). Sum of RGB (Red+Green+Blue) = 216+98+25=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D86219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86219 is #279DE6. Grayscale: #7D7D7D. Windows color (decimal): -2596327 or 1663704. OLE color: 1663704.

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

Color convert

RGB 216 98 25 -
CMYK 0 0.55 0.88 0.15
HSL 22.93º 0.79% 0.47% -
HSV(B) 22.93º 0.88% 0.85% -
XYZ 32.86 23.4 3.71 -
YUV 124.96 71.59 192.94 -
System Red Green Blue C M Y K H S L
Decimal 216 98 25 0 0.55 0.88 0.15 22.93 0.79 0.47
Hex D8 62 19 0 37 58 F 17 4F 2F
Octal 330 142 31 0 67 130 17 27 117 57
Binary 11011000 1100010 11001 0 110111 1011000 1111 10111 1001111 101111

Color Harmonies of #D86219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86219

Black with #D86219

Text Example


Text Example

White with #D86219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86219; }

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

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

background-color css

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

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

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

border-color css

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

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

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