#DD620F

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

Shades of Chocolate #DD620F

Tints of Chocolate #DD620F

Color information

#DD620F (or 0xDD620F) is unknown color: approx Chocolate. HEX triplet: DD, 62 and 0F. RGB value is (221,98,15). Sum of RGB (Red+Green+Blue) = 221+98+15=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD620F is #229DF0. Grayscale: #7D7D7D. Windows color (decimal): -2268657 or 1008349. OLE color: 1008349.

HSL color Cylindrical-coordinate representation of color #DD620F: hue angle of 24.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD620F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB2219815-
CMYK00.560.930.13
HSL24.17º87.29%46.27%-
HSV(B)24.17º93.21%86.67%-
XYZ34.2724.143.31-
YUV125.3165.75196.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.17%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 15 (6.25% from 255) = 4.49%
R=66.17%
G=29.34%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221981500.560.930.1324.1787.2946.27
HexDD62F0385DD18572e
Octal33514217070135153012756
Binary1101110111000101111011100010111011101110001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD620F; }

 p { color: rgb(221,98,15); }

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

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

 a { background-color: rgb(221,98,15); }

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

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

 span { border-color: rgb(221,98,15); }

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