Html Css Color HEX #DC6650 Flamingo

📋 copy color: '#DC6650'

red 220 ◦ green 102 ◦ blue 80

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

Shades of Flamingo #DC6650

Tints of Flamingo #DC6650

RGB

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

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

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

R = 54.73%
G = 25.37%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC6650 (or 0xDC6650) is known color: Flamingo. HEX triplet: DC, 66 and 50. RGB value is (220,102,80). Sum of RGB (Red+Green+Blue) = 220+102+80=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6650 is #2399AF. Grayscale: #868686. Windows color (decimal): -2333104 or 5269212. OLE color: 5269212.

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

Color convert

RGB 220 102 80 -
CMYK 0 0.54 0.64 0.14
HSL 9.43º 0.67% 0.59% -
HSV(B) 9.43º 0.64% 0.86% -
XYZ 35.71 25.3 10.59 -
YUV 134.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 220 102 80 0 0.54 0.64 0.14 9.43 0.67 0.59
Hex DC 66 50 0 36 40 E 9 43 3B
Octal 334 146 120 0 66 100 16 11 103 73
Binary 11011100 1100110 1010000 0 110110 1000000 1110 1001 1000011 111011

Color Harmonies of #DC6650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6650

Black with #DC6650

Text Example


Text Example

White with #DC6650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6650; }

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

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

background-color css

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

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

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

border-color css

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

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

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