Html Css Color HEX #DC6449 Flamingo

📋 copy color: '#DC6449'

red 220 ◦ green 100 ◦ blue 73

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

Shades of Flamingo #DC6449

Tints of Flamingo #DC6449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 55.98%
G = 25.45%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC6449 (or 0xDC6449) is known color: Flamingo. HEX triplet: DC, 64 and 49. RGB value is (220,100,73). Sum of RGB (Red+Green+Blue) = 220+100+73=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6449 is #239BB6. Grayscale: #858585. Windows color (decimal): -2333623 or 4809948. OLE color: 4809948.

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

Color convert

RGB 220 100 73 -
CMYK 0 0.55 0.67 0.14
HSL 11.02º 0.68% 0.57% -
HSV(B) 11.02º 0.67% 0.86% -
XYZ 35.27 24.81 9.23 -
YUV 132.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 220 100 73 0 0.55 0.67 0.14 11.02 0.68 0.57
Hex DC 64 49 0 37 43 E B 44 39
Octal 334 144 111 0 67 103 16 13 104 71
Binary 11011100 1100100 1001001 0 110111 1000011 1110 1011 1000100 111001

Color Harmonies of #DC6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6449

Black with #DC6449

Text Example


Text Example

White with #DC6449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6449; }

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

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

background-color css

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

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

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

border-color css

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

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

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