#DF6818

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

Shades of Chocolate #DF6818

Tints of Chocolate #DF6818

Color information

#DF6818 (or 0xDF6818) is unknown color: approx Chocolate. HEX triplet: DF, 68 and 18. RGB value is (223,104,24). Sum of RGB (Red+Green+Blue) = 223+104+24=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6818 is #2097E7. Grayscale: #828282. Windows color (decimal): -2136040 or 1599711. OLE color: 1599711.

HSL color Cylindrical-coordinate representation of color #DF6818: hue angle of 24.12º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF6818 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB22310424-
CMYK00.530.890.13
HSL24.12º80.57%48.43%-
HSV(B)24.12º89.24%87.45%-
XYZ35.5525.653.94-
YUV130.4667.92194-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.53%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 24 (9.77% from 255) = 6.84%
R=63.53%
G=29.63%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231042400.530.890.1324.1280.5748.43
HexDF681803559D185130
Octal33715030065131153012160
Binary11011111110100011000011010110110011101110001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6818; }

 p { color: rgb(223,104,24); }

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

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

 a { background-color: rgb(223,104,24); }

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

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

 span { border-color: rgb(223,104,24); }

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