#DC6C4B

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

Shades of Flamingo #DC6C4B

Tints of Flamingo #DC6C4B

Color information

#DC6C4B (or 0xDC6C4B) is unknown color: approx Flamingo. HEX triplet: DC, 6C and 4B. RGB value is (220,108,75). Sum of RGB (Red+Green+Blue) = 220+108+75=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C4B is #2393B4. Grayscale: #898989. Windows color (decimal): -2331573 or 4943068. OLE color: 4943068.

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

Color convert

RGB22010875-
CMYK00.510.660.14
HSL13.66º67.44%57.84%-
HSV(B)13.66º65.91%86.27%-
XYZ36.1526.459.86-
YUV137.7392.61186.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.59%
GREEN value IS 108 (42.58% from 255) = 26.80%
BLUE value IS 75 (29.69% from 255) = 18.61%
R=54.59%
G=26.80%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201087500.510.660.1413.6667.4457.84
HexDC6C4B03342Ee433a
Octal334154113063102161610372
Binary110111001101100100101101100111000010111011101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6C4B; }

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

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

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

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

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

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

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

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