#dd6019

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

Shades of Chocolate #DD6019

Tints of Chocolate #DD6019

Color information

#DD6019 (or 0xDD6019) is unknown color: approx Chocolate. HEX triplet: DD, 60 and 19. RGB value is (221,96,25). Sum of RGB (Red+Green+Blue) = 221+96+25=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6019 is #229FE6. Grayscale: #7D7D7D. Windows color (decimal): -2269159 or 1663197. OLE color: 1663197.

HSL color Cylindrical-coordinate representation of color #DD6019: hue angle of 21.73º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD6019 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB2219625-
CMYK00.570.890.13
HSL21.73º79.67%48.24%-
HSV(B)21.73º88.69%86.67%-
XYZ34.1823.813.71-
YUV125.2871.41196.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.62%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 25 (10.16% from 255) = 7.31%
R=64.62%
G=28.07%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221962500.570.890.1321.7379.6748.24
HexDD601903959D165030
Octal33514031071131152612060
Binary11011101110000011001011100110110011101101101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6019; }

 p { color: rgb(221,96,25); }

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

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

 a { background-color: rgb(221,96,25); }

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

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

 span { border-color: rgb(221,96,25); }

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