Html Css Color HEX #D86716 Chocolate

📋 copy color: '#D86716'

red 216 ◦ green 103 ◦ blue 22

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

Shades of Chocolate #D86716

Tints of Chocolate #D86716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 63.34%
G = 30.21%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D86716 (or 0xD86716) is known color: Chocolate. HEX triplet: D8, 67 and 16. RGB value is (216,103,22). Sum of RGB (Red+Green+Blue) = 216+103+22=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D86716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86716 is #2798E9. Grayscale: #7F7F7F. Windows color (decimal): -2595050 or 1468376. OLE color: 1468376.

HSL color Cylindrical-coordinate representation of color #D86716: hue angle of 25.05º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D86716 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 103 22 -
CMYK 0 0.52 0.90 0.15
HSL 25.05º 0.82% 0.47% -
HSV(B) 25.05º 0.9% 0.85% -
XYZ 33.31 24.36 3.7 -
YUV 127.55 68.44 191.09 -
System Red Green Blue C M Y K H S L
Decimal 216 103 22 0 0.52 0.90 0.15 25.05 0.82 0.47
Hex D8 67 16 0 34 5A F 19 52 2F
Octal 330 147 26 0 64 132 17 31 122 57
Binary 11011000 1100111 10110 0 110100 1011010 1111 11001 1010010 101111

Color Harmonies of #D86716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86716

Black with #D86716

Text Example


Text Example

White with #D86716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86716; }

 p { color: rgb(216,103,22); }

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

background-color css

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

 a { background-color: rgb(216,103,22); }

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

border-color css

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

 span { border-color: rgb(216,103,22); }

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