Html Css Color HEX #DC6146 Flamingo

📋 copy color: '#DC6146'

red 220 ◦ green 97 ◦ blue 70

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

Shades of Flamingo #DC6146

Tints of Flamingo #DC6146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.06%

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

R = 56.85%
G = 25.06%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC6146 (or 0xDC6146) is known color: Flamingo. HEX triplet: DC, 61 and 46. RGB value is (220,97,70). Sum of RGB (Red+Green+Blue) = 220+97+70=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6146 is #239EB9. Grayscale: #828282. Windows color (decimal): -2334394 or 4612572. OLE color: 4612572.

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

Color convert

RGB 220 97 70 -
CMYK 0 0.56 0.68 0.14
HSL 10.8º 0.68% 0.57% -
HSV(B) 10.8º 0.68% 0.86% -
XYZ 34.9 24.21 8.63 -
YUV 130.7 93.75 191.7 -
System Red Green Blue C M Y K H S L
Decimal 220 97 70 0 0.56 0.68 0.14 10.8 0.68 0.57
Hex DC 61 46 0 38 44 E B 44 39
Octal 334 141 106 0 70 104 16 13 104 71
Binary 11011100 1100001 1000110 0 111000 1000100 1110 1011 1000100 111001

Color Harmonies of #DC6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6146

Black with #DC6146

Text Example


Text Example

White with #DC6146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6146; }

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

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

background-color css

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

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

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

border-color css

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

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

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