#DC5F44

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

Shades of Flamingo #DC5F44

Tints of Flamingo #DC5F44

Color information

#DC5F44 (or 0xDC5F44) is unknown color: approx Flamingo. HEX triplet: DC, 5F and 44. RGB value is (220,95,68). Sum of RGB (Red+Green+Blue) = 220+95+68=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F44 is #23A0BB. Grayscale: #818181. Windows color (decimal): -2334908 or 4480988. OLE color: 4480988.

HSL color Cylindrical-coordinate representation of color #DC5F44: hue angle of 10.66º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC5F44 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB2209568-
CMYK00.570.690.14
HSL10.66º68.47%56.47%-
HSV(B)10.66º69.09%86.27%-
XYZ34.6523.828.24-
YUV129.393.41192.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.44%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 68 (26.95% from 255) = 17.75%
R=57.44%
G=24.80%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220956800.570.690.1410.6668.4756.47
HexDC5F4403945Eb4438
Octal334137104071105161310470
Binary110111001011111100010001110011000101111010111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5F44; }

 p { color: rgb(220,95,68); }

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

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

 a { background-color: rgb(220,95,68); }

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

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

 span { border-color: rgb(220,95,68); }

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