#D46821

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

Shades of Chocolate #D46821

Tints of Chocolate #D46821

Color information

#D46821 (or 0xD46821) is unknown color: approx Chocolate. HEX triplet: D4, 68 and 21. RGB value is (212,104,33). Sum of RGB (Red+Green+Blue) = 212+104+33=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D46821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46821 is #2B97DE. Grayscale: #808080. Windows color (decimal): -2856927 or 2189524. OLE color: 2189524.

HSL color Cylindrical-coordinate representation of color #D46821: hue angle of 23.8º 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 #D46821 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB21210433-
CMYK00.510.840.17
HSL23.8º73.06%48.04%-
HSV(B)23.8º84.43%83.14%-
XYZ32.3824.014.37-
YUV128.274.28187.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 60.74%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 33 (13.28% from 255) = 9.46%
R=60.74%
G=29.80%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121043300.510.840.1723.873.0648.04
HexD468210335411184930
Octal32415041063124213011160
Binary1101010011010001000010110011101010010001110001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46821; }

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

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

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

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

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

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

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

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