#D46721

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

Shades of Chocolate #D46721

Tints of Chocolate #D46721

Color information

#D46721 (or 0xD46721) is unknown color: approx Chocolate. HEX triplet: D4, 67 and 21. RGB value is (212,103,33). Sum of RGB (Red+Green+Blue) = 212+103+33=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D46721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46721 is #2B98DE. Grayscale: #7F7F7F. Windows color (decimal): -2857183 or 2189268. OLE color: 2189268.

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

Color convert

RGB21210333-
CMYK00.510.840.17
HSL23.46º73.06%48.04%-
HSV(B)23.46º84.43%83.14%-
XYZ32.2823.814.33-
YUV127.6174.61188.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 60.92%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 33 (13.28% from 255) = 9.48%
R=60.92%
G=29.60%
B=9.48%

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
Decimal2121033300.510.840.1723.4673.0648.04
HexD467210335411174930
Octal32414741063124212711160
Binary1101010011001111000010110011101010010001101111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46721; }

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

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

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

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

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

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

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

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