#D2621D

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

Shades of Chocolate #D2621D

Tints of Chocolate #D2621D

Color information

#D2621D (or 0xD2621D) is unknown color: approx Chocolate. HEX triplet: D2, 62 and 1D. RGB value is (210,98,29). Sum of RGB (Red+Green+Blue) = 210+98+29=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2621D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2621D is #2D9DE2. Grayscale: #7C7C7C. Windows color (decimal): -2989539 or 1925842. OLE color: 1925842.

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

Color convert

RGB2109829-
CMYK00.530.860.18
HSL22.87º75.73%46.86%-
HSV(B)22.87º86.19%82.35%-
XYZ31.1722.533.87-
YUV123.6274.61189.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.31%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 29 (11.72% from 255) = 8.61%
R=62.31%
G=29.08%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210982900.530.860.1822.8775.7346.86
HexD2621D0355612174c2f
Octal32214235065126222711457
Binary110100101100010111010110101101011010010101111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2621D; }

 p { color: rgb(210,98,29); }

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

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

 a { background-color: rgb(210,98,29); }

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

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

 span { border-color: rgb(210,98,29); }

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