#df6f1a

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

Shades of Chocolate #DF6F1A

Tints of Chocolate #DF6F1A

Color information

#DF6F1A (or 0xDF6F1A) is unknown color: approx Chocolate. HEX triplet: DF, 6F and 1A. RGB value is (223,111,26). Sum of RGB (Red+Green+Blue) = 223+111+26=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6F1A is #2090E5. Grayscale: #878787. Windows color (decimal): -2134246 or 1732575. OLE color: 1732575.

HSL color Cylindrical-coordinate representation of color #DF6F1A: hue angle of 25.89º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF6F1A is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB22311126-
CMYK00.500.880.13
HSL25.89º79.12%48.82%-
HSV(B)25.89º88.34%87.45%-
XYZ36.327.134.3-
YUV134.866.61190.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 61.94%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 26 (10.55% from 255) = 7.22%
R=61.94%
G=30.83%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231112600.500.880.1325.8979.1248.82
HexDF6F1A03258D1a4f31
Octal33715732062130153211761
Binary11011111110111111010011001010110001101110101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6f1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6f1a; }

 p { color: rgb(223,111,26); }

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

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

 a { background-color: rgb(223,111,26); }

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

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

 span { border-color: rgb(223,111,26); }

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