#DF6B10

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

Shades of Chocolate #DF6B10

Tints of Chocolate #DF6B10

Color information

#DF6B10 (or 0xDF6B10) is unknown color: approx Chocolate. HEX triplet: DF, 6B and 10. RGB value is (223,107,16). Sum of RGB (Red+Green+Blue) = 223+107+16=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6B10 is #2094EF. Grayscale: #838383. Windows color (decimal): -2135280 or 1076191. OLE color: 1076191.

HSL color Cylindrical-coordinate representation of color #DF6B10: hue angle of 26.38º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF6B10 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB22310716-
CMYK00.520.930.13
HSL26.38º86.61%46.86%-
HSV(B)26.38º92.83%87.45%-
XYZ35.7826.243.67-
YUV131.3162.93193.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.45%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 16 (6.64% from 255) = 4.62%
R=64.45%
G=30.92%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231071600.520.930.1326.3886.6146.86
HexDF6B100345DD1a572f
Octal33715320064135153212757
Binary11011111110101110000011010010111011101110101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6B10; }

 p { color: rgb(223,107,16); }

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

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

 a { background-color: rgb(223,107,16); }

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

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

 span { border-color: rgb(223,107,16); }

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