Html Css Color HEX #DA6050 Flamingo

📋 copy color: '#DA6050'

red 218 ◦ green 96 ◦ blue 80

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

Shades of Flamingo #DA6050

Tints of Flamingo #DA6050

RGB

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

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

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

R = 55.33%
G = 24.37%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA6050 (or 0xDA6050) is known color: Flamingo. HEX triplet: DA, 60 and 50. RGB value is (218,96,80). Sum of RGB (Red+Green+Blue) = 218+96+80=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6050 is #259FAF. Grayscale: #828282. Windows color (decimal): -2465712 or 5267674. OLE color: 5267674.

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

Color convert

RGB 218 96 80 -
CMYK 0 0.56 0.63 0.15
HSL 6.96º 0.65% 0.58% -
HSV(B) 6.96º 0.63% 0.85% -
XYZ 34.54 23.85 10.37 -
YUV 130.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 218 96 80 0 0.56 0.63 0.15 6.96 0.65 0.58
Hex DA 60 50 0 38 3F F 7 41 3A
Octal 332 140 120 0 70 77 17 7 101 72
Binary 11011010 1100000 1010000 0 111000 111111 1111 111 1000001 111010

Color Harmonies of #DA6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6050

Black with #DA6050

Text Example


Text Example

White with #DA6050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6050; }

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

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

background-color css

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

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

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

border-color css

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

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

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