#D36821

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

Shades of Chocolate #D36821

Tints of Chocolate #D36821

Color information

#D36821 (or 0xD36821) is unknown color: approx Chocolate. HEX triplet: D3, 68 and 21. RGB value is (211,104,33). Sum of RGB (Red+Green+Blue) = 211+104+33=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D36821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36821 is #2C97DE. Grayscale: #808080. Windows color (decimal): -2922463 or 2189523. OLE color: 2189523.

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

Color convert

RGB21110433-
CMYK00.510.840.17
HSL23.93º72.95%47.84%-
HSV(B)23.93º84.36%82.75%-
XYZ32.0923.864.35-
YUV127.974.45187.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.63%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 33 (13.28% from 255) = 9.48%
R=60.63%
G=29.89%
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
Decimal2111043300.510.840.1723.9372.9547.84
HexD368210335411184930
Octal32315041063124213011160
Binary1101001111010001000010110011101010010001110001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36821; }

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

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

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

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

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

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

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

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