Html Css Color HEX #DC6649 Flamingo

📋 copy color: '#DC6649'

red 220 ◦ green 102 ◦ blue 73

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

Shades of Flamingo #DC6649

Tints of Flamingo #DC6649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.48%

R = 55.7%
G = 25.82%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC6649 (or 0xDC6649) is known color: Flamingo. HEX triplet: DC, 66 and 49. RGB value is (220,102,73). Sum of RGB (Red+Green+Blue) = 220+102+73=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6649 is #2399B6. Grayscale: #868686. Windows color (decimal): -2333111 or 4810460. OLE color: 4810460.

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

Color convert

RGB 220 102 73 -
CMYK 0 0.54 0.67 0.14
HSL 11.84º 0.68% 0.57% -
HSV(B) 11.84º 0.67% 0.86% -
XYZ 35.47 25.2 9.3 -
YUV 133.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 220 102 73 0 0.54 0.67 0.14 11.84 0.68 0.57
Hex DC 66 49 0 36 43 E C 44 39
Octal 334 146 111 0 66 103 16 14 104 71
Binary 11011100 1100110 1001001 0 110110 1000011 1110 1100 1000100 111001

Color Harmonies of #DC6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6649

Black with #DC6649

Text Example


Text Example

White with #DC6649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6649; }

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

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

background-color css

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

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

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

border-color css

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

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

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