Html Css Color HEX #D86314 Chocolate

📋 copy color: '#D86314'

red 216 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #D86314

Tints of Chocolate #D86314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.97%

R = 64.48%
G = 29.55%
B = 5.97%

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

#D86314 (or 0xD86314) is known color: Chocolate. HEX triplet: D8, 63 and 14. RGB value is (216,99,20). Sum of RGB (Red+Green+Blue) = 216+99+20=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D86314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86314 is #279CEB. Grayscale: #7D7D7D. Windows color (decimal): -2596076 or 1336280. OLE color: 1336280.

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

Color convert

RGB 216 99 20 -
CMYK 0 0.54 0.91 0.15
HSL 24.18º 0.83% 0.46% -
HSV(B) 24.18º 0.91% 0.85% -
XYZ 32.91 23.57 3.48 -
YUV 124.98 68.76 192.92 -
System Red Green Blue C M Y K H S L
Decimal 216 99 20 0 0.54 0.91 0.15 24.18 0.83 0.46
Hex D8 63 14 0 36 5B F 18 53 2E
Octal 330 143 24 0 66 133 17 30 123 56
Binary 11011000 1100011 10100 0 110110 1011011 1111 11000 1010011 101110

Color Harmonies of #D86314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86314

Black with #D86314

Text Example


Text Example

White with #D86314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86314; }

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

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

background-color css

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

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

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

border-color css

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

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

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