Html Css Color HEX #DC6A47 Flamingo

📋 copy color: '#DC6A47'

red 220 ◦ green 106 ◦ blue 71

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

Shades of Flamingo #DC6A47

Tints of Flamingo #DC6A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

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

R = 55.42%
G = 26.7%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC6A47 (or 0xDC6A47) is known color: Flamingo. HEX triplet: DC, 6A and 47. RGB value is (220,106,71). Sum of RGB (Red+Green+Blue) = 220+106+71=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A47 is #2395B8. Grayscale: #888888. Windows color (decimal): -2332089 or 4680412. OLE color: 4680412.

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

Color convert

RGB 220 106 71 -
CMYK 0 0.52 0.68 0.14
HSL 14.09º 0.68% 0.57% -
HSV(B) 14.09º 0.68% 0.86% -
XYZ 35.81 25.98 9.09 -
YUV 136.1 91.27 187.85 -
System Red Green Blue C M Y K H S L
Decimal 220 106 71 0 0.52 0.68 0.14 14.09 0.68 0.57
Hex DC 6A 47 0 34 44 E E 44 39
Octal 334 152 107 0 64 104 16 16 104 71
Binary 11011100 1101010 1000111 0 110100 1000100 1110 1110 1000100 111001

Color Harmonies of #DC6A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A47

Black with #DC6A47

Text Example


Text Example

White with #DC6A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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