#D46621

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

Shades of Chocolate #D46621

Tints of Chocolate #D46621

Color information

#D46621 (or 0xD46621) is unknown color: approx Chocolate. HEX triplet: D4, 66 and 21. RGB value is (212,102,33). Sum of RGB (Red+Green+Blue) = 212+102+33=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D46621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46621 is #2B99DE. Grayscale: #7F7F7F. Windows color (decimal): -2857439 or 2189012. OLE color: 2189012.

HSL color Cylindrical-coordinate representation of color #D46621: hue angle of 23.13º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D46621 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB21210233-
CMYK00.520.840.17
HSL23.13º73.06%48.04%-
HSV(B)23.13º84.43%83.14%-
XYZ32.1823.614.3-
YUV127.0274.94188.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.10%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 33 (13.28% from 255) = 9.51%
R=61.10%
G=29.39%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121023300.520.840.1723.1373.0648.04
HexD466210345411174930
Octal32414641064124212711160
Binary1101010011001101000010110100101010010001101111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46621; }

 p { color: rgb(212,102,33); }

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

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

 a { background-color: rgb(212,102,33); }

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

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

 span { border-color: rgb(212,102,33); }

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