#dd4f1c

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

Shades of Chocolate #DD4F1C

Tints of Chocolate #DD4F1C

Color information

#DD4F1C (or 0xDD4F1C) is unknown color: approx Chocolate. HEX triplet: DD, 4F and 1C. RGB value is (221,79,28). Sum of RGB (Red+Green+Blue) = 221+79+28=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F1C is #22B0E3. Grayscale: #737373. Windows color (decimal): -2273508 or 1855453. OLE color: 1855453.

HSL color Cylindrical-coordinate representation of color #DD4F1C: hue angle of 15.85º 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 #DD4F1C is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB2217928-
CMYK00.640.870.13
HSL15.85º77.51%48.82%-
HSV(B)15.85º87.33%86.67%-
XYZ32.8221.053.43-
YUV115.6478.54203.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.38%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 28 (11.33% from 255) = 8.54%
R=67.38%
G=24.09%
B=8.54%

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
Decimal221792800.640.870.1315.8577.5148.82
HexDD4F1C04057D104e31
Octal335117340100127152011661
Binary110111011001111111000100000010101111101100001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd4f1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd4f1c; }

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

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

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

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

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

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

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

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