Html Css Color HEX #DC6450 Flamingo

📋 copy color: '#DC6450'

red 220 ◦ green 100 ◦ blue 80

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

Shades of Flamingo #DC6450

Tints of Flamingo #DC6450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

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

R = 55%
G = 25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC6450 (or 0xDC6450) is known color: Flamingo. HEX triplet: DC, 64 and 50. RGB value is (220,100,80). Sum of RGB (Red+Green+Blue) = 220+100+80=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6450 is #239BAF. Grayscale: #858585. Windows color (decimal): -2333616 or 5268700. OLE color: 5268700.

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

Color convert

RGB 220 100 80 -
CMYK 0 0.55 0.64 0.14
HSL 8.57º 0.67% 0.59% -
HSV(B) 8.57º 0.64% 0.86% -
XYZ 35.52 24.91 10.53 -
YUV 133.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 220 100 80 0 0.55 0.64 0.14 8.57 0.67 0.59
Hex DC 64 50 0 37 40 E 9 43 3B
Octal 334 144 120 0 67 100 16 11 103 73
Binary 11011100 1100100 1010000 0 110111 1000000 1110 1001 1000011 111011

Color Harmonies of #DC6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6450

Black with #DC6450

Text Example


Text Example

White with #DC6450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6450; }

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

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

background-color css

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

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

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

border-color css

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

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

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