Html Css Color HEX #D86019 Chocolate

📋 copy color: '#D86019'

red 216 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #D86019

Tints of Chocolate #D86019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 64.09%
G = 28.49%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D86019 (or 0xD86019) is known color: Chocolate. HEX triplet: D8, 60 and 19. RGB value is (216,96,25). Sum of RGB (Red+Green+Blue) = 216+96+25=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D86019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86019 is #279FE6. Grayscale: #7C7C7C. Windows color (decimal): -2596839 or 1663192. OLE color: 1663192.

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

Color convert

RGB 216 96 25 -
CMYK 0 0.56 0.88 0.15
HSL 22.3º 0.79% 0.47% -
HSV(B) 22.3º 0.88% 0.85% -
XYZ 32.68 23.03 3.64 -
YUV 123.79 72.26 193.77 -
System Red Green Blue C M Y K H S L
Decimal 216 96 25 0 0.56 0.88 0.15 22.3 0.79 0.47
Hex D8 60 19 0 38 58 F 16 4F 2F
Octal 330 140 31 0 70 130 17 26 117 57
Binary 11011000 1100000 11001 0 111000 1011000 1111 10110 1001111 101111

Color Harmonies of #D86019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86019

Black with #D86019

Text Example


Text Example

White with #D86019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86019; }

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

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

background-color css

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

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

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

border-color css

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

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

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