Html Css Color HEX #DC6647 Flamingo

📋 copy color: '#DC6647'

red 220 ◦ green 102 ◦ blue 71

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

Shades of Flamingo #DC6647

Tints of Flamingo #DC6647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.07%

R = 55.98%
G = 25.95%
B = 18.07%

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

#DC6647 (or 0xDC6647) is known color: Flamingo. HEX triplet: DC, 66 and 47. RGB value is (220,102,71). Sum of RGB (Red+Green+Blue) = 220+102+71=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6647 is #2399B8. Grayscale: #858585. Windows color (decimal): -2333113 or 4679388. OLE color: 4679388.

HSL color Cylindrical-coordinate representation of color #DC6647: hue angle of 12.48º 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 #DC6647 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 71 -
CMYK 0 0.54 0.68 0.14
HSL 12.48º 0.68% 0.57% -
HSV(B) 12.48º 0.68% 0.86% -
XYZ 35.4 25.17 8.95 -
YUV 133.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 220 102 71 0 0.54 0.68 0.14 12.48 0.68 0.57
Hex DC 66 47 0 36 44 E C 44 39
Octal 334 146 107 0 66 104 16 14 104 71
Binary 11011100 1100110 1000111 0 110110 1000100 1110 1100 1000100 111001

Color Harmonies of #DC6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6647

Black with #DC6647

Text Example


Text Example

White with #DC6647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6647; }

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

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

background-color css

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

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

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

border-color css

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

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

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