Html Css Color HEX #D86413 Chocolate

📋 copy color: '#D86413'

red 216 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #D86413

Tints of Chocolate #D86413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 64.48%
G = 29.85%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D86413 (or 0xD86413) is known color: Chocolate. HEX triplet: D8, 64 and 13. RGB value is (216,100,19). Sum of RGB (Red+Green+Blue) = 216+100+19=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D86413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86413 is #279BEC. Grayscale: #7D7D7D. Windows color (decimal): -2595821 or 1271000. OLE color: 1271000.

HSL color Cylindrical-coordinate representation of color #D86413: hue angle of 24.67º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D86413 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 100 19 -
CMYK 0 0.54 0.91 0.15
HSL 24.67º 0.84% 0.46% -
HSV(B) 24.67º 0.91% 0.85% -
XYZ 32.99 23.76 3.46 -
YUV 125.45 67.93 192.59 -
System Red Green Blue C M Y K H S L
Decimal 216 100 19 0 0.54 0.91 0.15 24.67 0.84 0.46
Hex D8 64 13 0 36 5B F 19 54 2E
Octal 330 144 23 0 66 133 17 31 124 56
Binary 11011000 1100100 10011 0 110110 1011011 1111 11001 1010100 101110

Color Harmonies of #D86413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86413

Black with #D86413

Text Example


Text Example

White with #D86413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86413; }

 p { color: rgb(216,100,19); }

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

background-color css

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

 a { background-color: rgb(216,100,19); }

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

border-color css

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

 span { border-color: rgb(216,100,19); }

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