#D4641D

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

Shades of Chocolate #D4641D

Tints of Chocolate #D4641D

Color information

#D4641D (or 0xD4641D) is unknown color: approx Chocolate. HEX triplet: D4, 64 and 1D. RGB value is (212,100,29). Sum of RGB (Red+Green+Blue) = 212+100+29=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4641D is #2B9BE2. Grayscale: #7D7D7D. Windows color (decimal): -2857955 or 1926356. OLE color: 1926356.

HSL color Cylindrical-coordinate representation of color #D4641D: hue angle of 23.28º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4641D is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB21210029-
CMYK00.530.860.17
HSL23.28º75.93%47.25%-
HSV(B)23.28º86.32%83.14%-
XYZ31.9323.23.96-
YUV125.3973.61189.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.17%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 29 (11.72% from 255) = 8.50%
R=62.17%
G=29.33%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121002900.530.860.1723.2875.9347.25
HexD4641D0355611174c2f
Octal32414435065126212711457
Binary110101001100100111010110101101011010001101111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4641D; }

 p { color: rgb(212,100,29); }

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

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

 a { background-color: rgb(212,100,29); }

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

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

 span { border-color: rgb(212,100,29); }

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