Html Css Color HEX #DA6550 Flamingo

📋 copy color: '#DA6550'

red 218 ◦ green 101 ◦ blue 80

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

Shades of Flamingo #DA6550

Tints of Flamingo #DA6550

RGB

 RED value IS 218 (85.55% from 255) = 54.64%

 GREEN value IS 101 (39.84% from 255) = 25.31%

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

R = 54.64%
G = 25.31%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA6550 (or 0xDA6550) is known color: Flamingo. HEX triplet: DA, 65 and 50. RGB value is (218,101,80). Sum of RGB (Red+Green+Blue) = 218+101+80=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6550 is #259AAF. Grayscale: #858585. Windows color (decimal): -2464432 or 5268954. OLE color: 5268954.

HSL color Cylindrical-coordinate representation of color #DA6550: hue angle of 9.13º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA6550 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 101 80 -
CMYK 0 0.54 0.63 0.15
HSL 9.13º 0.65% 0.58% -
HSV(B) 9.13º 0.63% 0.85% -
XYZ 35.02 24.79 10.53 -
YUV 133.59 97.76 188.21 -
System Red Green Blue C M Y K H S L
Decimal 218 101 80 0 0.54 0.63 0.15 9.13 0.65 0.58
Hex DA 65 50 0 36 3F F 9 41 3A
Octal 332 145 120 0 66 77 17 11 101 72
Binary 11011010 1100101 1010000 0 110110 111111 1111 1001 1000001 111010

Color Harmonies of #DA6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6550

Black with #DA6550

Text Example


Text Example

White with #DA6550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6550; }

 p { color: rgb(218,101,80); }

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

background-color css

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

 a { background-color: rgb(218,101,80); }

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

border-color css

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

 span { border-color: rgb(218,101,80); }

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