Html Css Color HEX #DA6950 Flamingo

📋 copy color: '#DA6950'

red 218 ◦ green 105 ◦ blue 80

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

Shades of Flamingo #DA6950

Tints of Flamingo #DA6950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.05%

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

R = 54.09%
G = 26.05%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA6950 (or 0xDA6950) is known color: Flamingo. HEX triplet: DA, 69 and 50. RGB value is (218,105,80). Sum of RGB (Red+Green+Blue) = 218+105+80=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6950 is #2596AF. Grayscale: #888888. Windows color (decimal): -2463408 or 5269978. OLE color: 5269978.

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

Color convert

RGB 218 105 80 -
CMYK 0 0.52 0.63 0.15
HSL 10.87º 0.65% 0.58% -
HSV(B) 10.87º 0.63% 0.85% -
XYZ 35.41 25.59 10.66 -
YUV 135.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 218 105 80 0 0.52 0.63 0.15 10.87 0.65 0.58
Hex DA 69 50 0 34 3F F B 41 3A
Octal 332 151 120 0 64 77 17 13 101 72
Binary 11011010 1101001 1010000 0 110100 111111 1111 1011 1000001 111010

Color Harmonies of #DA6950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6950

Black with #DA6950

Text Example


Text Example

White with #DA6950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6950; }

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

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

background-color css

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

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

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

border-color css

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

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

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