#DD6821

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

Shades of Chocolate #DD6821

Tints of Chocolate #DD6821

Color information

#DD6821 (or 0xDD6821) is unknown color: approx Chocolate. HEX triplet: DD, 68 and 21. RGB value is (221,104,33). Sum of RGB (Red+Green+Blue) = 221+104+33=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6821 is #2297DE. Grayscale: #838383. Windows color (decimal): -2267103 or 2189533. OLE color: 2189533.

HSL color Cylindrical-coordinate representation of color #DD6821: hue angle of 22.66º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD6821 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB22110433-
CMYK00.530.850.13
HSL22.66º74.02%49.8%-
HSV(B)22.66º85.07%86.67%-
XYZ35.0425.384.49-
YUV130.8972.76192.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.73%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 33 (13.28% from 255) = 9.22%
R=61.73%
G=29.05%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211043300.530.850.1322.6674.0249.8
HexDD682103555D174a32
Octal33515041065125152711262
Binary110111011101000100001011010110101011101101111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6821; }

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

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

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

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

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

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

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

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