Html Css Color HEX #DC6050 Flamingo

📋 copy color: '#DC6050'

red 220 ◦ green 96 ◦ blue 80

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

Shades of Flamingo #DC6050

Tints of Flamingo #DC6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.24%

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

R = 55.56%
G = 24.24%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC6050 (or 0xDC6050) is known color: Flamingo. HEX triplet: DC, 60 and 50. RGB value is (220,96,80). Sum of RGB (Red+Green+Blue) = 220+96+80=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6050 is #239FAF. Grayscale: #838383. Windows color (decimal): -2334640 or 5267676. OLE color: 5267676.

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

Color convert

RGB 220 96 80 -
CMYK 0 0.56 0.64 0.14
HSL 6.86º 0.67% 0.59% -
HSV(B) 6.86º 0.64% 0.86% -
XYZ 35.15 24.16 10.4 -
YUV 131.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 220 96 80 0 0.56 0.64 0.14 6.86 0.67 0.59
Hex DC 60 50 0 38 40 E 7 43 3B
Octal 334 140 120 0 70 100 16 7 103 73
Binary 11011100 1100000 1010000 0 111000 1000000 1110 111 1000011 111011

Color Harmonies of #DC6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6050

Black with #DC6050

Text Example


Text Example

White with #DC6050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6050; }

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

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

background-color css

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

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

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

border-color css

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

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

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