#DC6C4E

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

Shades of Flamingo #DC6C4E

Tints of Flamingo #DC6C4E

Color information

#DC6C4E (or 0xDC6C4E) is unknown color: approx Flamingo. HEX triplet: DC, 6C and 4E. RGB value is (220,108,78). Sum of RGB (Red+Green+Blue) = 220+108+78=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C4E is #2393B1. Grayscale: #8A8A8A. Windows color (decimal): -2331570 or 5139676. OLE color: 5139676.

HSL color Cylindrical-coordinate representation of color #DC6C4E: hue angle of 12.68º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC6C4E is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB22010878-
CMYK00.510.650.14
HSL12.68º66.98%58.43%-
HSV(B)12.68º64.55%86.27%-
XYZ36.2526.4910.41-
YUV138.0794.11186.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.19%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 78 (30.86% from 255) = 19.21%
R=54.19%
G=26.60%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201087800.510.650.1412.6866.9858.43
HexDC6C4E03341Ed433a
Octal334154116063101161510372
Binary110111001101100100111001100111000001111011011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6C4E; }

 p { color: rgb(220,108,78); }

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

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

 a { background-color: rgb(220,108,78); }

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

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

 span { border-color: rgb(220,108,78); }

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