Html Css Color HEX #DC6646 Flamingo

📋 copy color: '#DC6646'

red 220 ◦ green 102 ◦ blue 70

#DC6646
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #DC6646

Tints of Flamingo #DC6646

RGB

 RED value IS 220 (86.33% from 255) = 56.12%

 GREEN value IS 102 (40.23% from 255) = 26.02%

 BLUE value IS 70 (27.73% from 255) = 17.86%

R = 56.12%
G = 26.02%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC6646 (or 0xDC6646) is known color: Flamingo. HEX triplet: DC, 66 and 46. RGB value is (220,102,70). Sum of RGB (Red+Green+Blue) = 220+102+70=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6646 is #2399B9. Grayscale: #858585. Windows color (decimal): -2333114 or 4613852. OLE color: 4613852.

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

Color convert

RGB 220 102 70 -
CMYK 0 0.54 0.68 0.14
HSL 12.8º 0.68% 0.57% -
HSV(B) 12.8º 0.68% 0.86% -
XYZ 35.37 25.16 8.79 -
YUV 133.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 220 102 70 0 0.54 0.68 0.14 12.8 0.68 0.57
Hex DC 66 46 0 36 44 E D 44 39
Octal 334 146 106 0 66 104 16 15 104 71
Binary 11011100 1100110 1000110 0 110110 1000100 1110 1101 1000100 111001

Color Harmonies of #DC6646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6646

Black with #DC6646

Text Example


Text Example

White with #DC6646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6646; }

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

 H1.HeaderClassName
 {
   color: #DC6646;
 }
 .AnyTagClassName
 {
   color: #DC6646;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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