Html Css Color HEX #DC6950 Flamingo

📋 copy color: '#DC6950'

red 220 ◦ green 105 ◦ blue 80

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

Shades of Flamingo #DC6950

Tints of Flamingo #DC6950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.75%

R = 54.32%
G = 25.93%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC6950 (or 0xDC6950) is known color: Flamingo. HEX triplet: DC, 69 and 50. RGB value is (220,105,80). Sum of RGB (Red+Green+Blue) = 220+105+80=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6950 is #2396AF. Grayscale: #888888. Windows color (decimal): -2332336 or 5269980. OLE color: 5269980.

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

Color convert

RGB 220 105 80 -
CMYK 0 0.52 0.64 0.14
HSL 10.71º 0.67% 0.59% -
HSV(B) 10.71º 0.64% 0.86% -
XYZ 36.01 25.9 10.69 -
YUV 136.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 220 105 80 0 0.52 0.64 0.14 10.71 0.67 0.59
Hex DC 69 50 0 34 40 E B 43 3B
Octal 334 151 120 0 64 100 16 13 103 73
Binary 11011100 1101001 1010000 0 110100 1000000 1110 1011 1000011 111011

Color Harmonies of #DC6950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6950

Black with #DC6950

Text Example


Text Example

White with #DC6950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6950; }

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

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

background-color css

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

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

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

border-color css

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

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

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