Html Css Color HEX #D86914 Chocolate

📋 copy color: '#D86914'

red 216 ◦ green 105 ◦ blue 20

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

Shades of Chocolate #D86914

Tints of Chocolate #D86914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

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

R = 63.34%
G = 30.79%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D86914 (or 0xD86914) is known color: Chocolate. HEX triplet: D8, 69 and 14. RGB value is (216,105,20). Sum of RGB (Red+Green+Blue) = 216+105+20=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D86914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86914 is #2796EB. Grayscale: #808080. Windows color (decimal): -2594540 or 1337816. OLE color: 1337816.

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

Color convert

RGB 216 105 20 -
CMYK 0 0.51 0.91 0.15
HSL 26.02º 0.83% 0.46% -
HSV(B) 26.02º 0.91% 0.85% -
XYZ 33.5 24.75 3.67 -
YUV 128.5 66.77 190.41 -
System Red Green Blue C M Y K H S L
Decimal 216 105 20 0 0.51 0.91 0.15 26.02 0.83 0.46
Hex D8 69 14 0 33 5B F 1A 53 2E
Octal 330 151 24 0 63 133 17 32 123 56
Binary 11011000 1101001 10100 0 110011 1011011 1111 11010 1010011 101110

Color Harmonies of #D86914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86914

Black with #D86914

Text Example


Text Example

White with #D86914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86914; }

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

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

background-color css

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

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

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

border-color css

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

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

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