#D8681E

Color #D8681E Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D8681E

Tints of Chocolate #D8681E

Color information

#D8681E (or 0xD8681E) is unknown color: approx Chocolate. HEX triplet: D8, 68 and 1E. RGB value is (216,104,30). Sum of RGB (Red+Green+Blue) = 216+104+30=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D8681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8681E is #2797E1. Grayscale: #818181. Windows color (decimal): -2594786 or 1992920. OLE color: 1992920.

HSL color Cylindrical-coordinate representation of color #D8681E: hue angle of 23.87º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8681E is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB21610430-
CMYK00.520.860.15
HSL23.87º75.61%48.24%-
HSV(B)23.87º86.11%84.71%-
XYZ33.524.594.21-
YUV129.0572.11190.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.71%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 30 (12.11% from 255) = 8.57%
R=61.71%
G=29.71%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161043000.520.860.1523.8775.6148.24
HexD8681E03456F184c30
Octal33015036064126173011460
Binary11011000110100011110011010010101101111110001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8681E; }

 p { color: rgb(216,104,30); }

 H1.HeaderClassName
 {
   color: #D8681E;
 }
 .AnyTagClassName
 {
   color: #D8681E;
 }
</style>
background-color css

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

 a { background-color: rgb(216,104,30); }

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

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

 span { border-color: rgb(216,104,30); }

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