Html Css Color HEX #DC6946 Flamingo

📋 copy color: '#DC6946'

red 220 ◦ green 105 ◦ blue 70

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

Shades of Flamingo #DC6946

Tints of Flamingo #DC6946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

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

R = 55.7%
G = 26.58%
B = 17.72%

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

#DC6946 (or 0xDC6946) is known color: Flamingo. HEX triplet: DC, 69 and 46. RGB value is (220,105,70). Sum of RGB (Red+Green+Blue) = 220+105+70=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6946 is #2396B9. Grayscale: #878787. Windows color (decimal): -2332346 or 4614620. OLE color: 4614620.

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

Color convert

RGB 220 105 70 -
CMYK 0 0.52 0.68 0.14
HSL 14º 0.68% 0.57% -
HSV(B) 14º 0.68% 0.86% -
XYZ 35.67 25.76 8.89 -
YUV 135.4 91.1 188.35 -
System Red Green Blue C M Y K H S L
Decimal 220 105 70 0 0.52 0.68 0.14 14 0.68 0.57
Hex DC 69 46 0 34 44 E E 44 39
Octal 334 151 106 0 64 104 16 16 104 71
Binary 11011100 1101001 1000110 0 110100 1000100 1110 1110 1000100 111001

Color Harmonies of #DC6946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6946

Black with #DC6946

Text Example


Text Example

White with #DC6946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6946; }

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

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

background-color css

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

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

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

border-color css

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

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

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