#DF661C

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

Shades of Chocolate #DF661C

Tints of Chocolate #DF661C

Color information

#DF661C (or 0xDF661C) is unknown color: approx Chocolate. HEX triplet: DF, 66 and 1C. RGB value is (223,102,28). Sum of RGB (Red+Green+Blue) = 223+102+28=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF661C is #2099E3. Grayscale: #828282. Windows color (decimal): -2136548 or 1861343. OLE color: 1861343.

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

Color convert

RGB22310228-
CMYK00.540.870.13
HSL22.77º77.69%49.22%-
HSV(B)22.77º87.44%87.45%-
XYZ35.3925.274.11-
YUV129.7470.59194.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.17%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 28 (11.33% from 255) = 7.93%
R=63.17%
G=28.90%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231022800.540.870.1322.7777.6949.22
HexDF661C03657D174e31
Octal33714634066127152711661
Binary11011111110011011100011011010101111101101111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF661C; }

 p { color: rgb(223,102,28); }

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

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

 a { background-color: rgb(223,102,28); }

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

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

 span { border-color: rgb(223,102,28); }

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