#D1640D

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

Shades of Chocolate #D1640D

Tints of Chocolate #D1640D

Color information

#D1640D (or 0xD1640D) is unknown color: approx Chocolate. HEX triplet: D1, 64 and 0D. RGB value is (209,100,13). Sum of RGB (Red+Green+Blue) = 209+100+13=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1640D is #2E9BF2. Grayscale: #7B7B7B. Windows color (decimal): -3054579 or 877777. OLE color: 877777.

HSL color Cylindrical-coordinate representation of color #D1640D: hue angle of 26.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1640D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB20910013-
CMYK00.520.940.18
HSL26.63º88.29%43.53%-
HSV(B)26.63º93.78%81.96%-
XYZ30.9222.73.13-
YUV122.6766.11189.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.91%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 13 (5.47% from 255) = 4.04%
R=64.91%
G=31.06%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091001300.520.940.1826.6388.2943.53
HexD164D0345E121b582c
Octal32114415064136223313054
Binary11010001110010011010110100101111010010110111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1640D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1640D; }

 p { color: rgb(209,100,13); }

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

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

 a { background-color: rgb(209,100,13); }

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

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

 span { border-color: rgb(209,100,13); }

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