#DC6645

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

Shades of Flamingo #DC6645

Tints of Flamingo #DC6645

Color information

#DC6645 (or 0xDC6645) is unknown color: approx Flamingo. HEX triplet: DC, 66 and 45. RGB value is (220,102,69). Sum of RGB (Red+Green+Blue) = 220+102+69=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6645 is #2399BA. Grayscale: #858585. Windows color (decimal): -2333115 or 4548316. OLE color: 4548316.

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

Color convert

RGB22010269-
CMYK00.540.690.14
HSL13.11º68.33%56.67%-
HSV(B)13.11º68.64%86.27%-
XYZ35.3425.158.62-
YUV133.5291.59189.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.27%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=56.27%
G=26.09%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201026900.540.690.1413.1168.3356.67
HexDC664503645Ed4439
Octal334146105066105161510471
Binary110111001100110100010101101101000101111011011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6645; }

 p { color: rgb(220,102,69); }

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

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

 a { background-color: rgb(220,102,69); }

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

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

 span { border-color: rgb(220,102,69); }

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