#DD501C

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

Shades of Chocolate #DD501C

Tints of Chocolate #DD501C

Color information

#DD501C (or 0xDD501C) is unknown color: approx Chocolate. HEX triplet: DD, 50 and 1C. RGB value is (221,80,28). Sum of RGB (Red+Green+Blue) = 221+80+28=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD501C is #22AFE3. Grayscale: #747474. Windows color (decimal): -2273252 or 1855709. OLE color: 1855709.

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

Color convert

RGB2218028-
CMYK00.640.870.13
HSL16.17º77.51%48.82%-
HSV(B)16.17º87.33%86.67%-
XYZ32.921.193.46-
YUV116.2378.21202.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.17%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 28 (11.33% from 255) = 8.51%
R=67.17%
G=24.32%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221802800.640.870.1316.1777.5148.82
HexDD501C04057D104e31
Octal335120340100127152011661
Binary110111011010000111000100000010101111101100001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD501C; }

 p { color: rgb(221,80,28); }

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

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

 a { background-color: rgb(221,80,28); }

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

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

 span { border-color: rgb(221,80,28); }

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