Html Css Color HEX #DA6949 Flamingo

📋 copy color: '#DA6949'

red 218 ◦ green 105 ◦ blue 73

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

Shades of Flamingo #DA6949

Tints of Flamingo #DA6949

RGB

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

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

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

R = 55.05%
G = 26.52%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA6949 (or 0xDA6949) is known color: Flamingo. HEX triplet: DA, 69 and 49. RGB value is (218,105,73). Sum of RGB (Red+Green+Blue) = 218+105+73=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6949 is #2596B6. Grayscale: #878787. Windows color (decimal): -2463415 or 4811226. OLE color: 4811226.

HSL color Cylindrical-coordinate representation of color #DA6949: hue angle of 13.24º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA6949 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 73 -
CMYK 0 0.52 0.67 0.15
HSL 13.24º 0.66% 0.57% -
HSV(B) 13.24º 0.67% 0.85% -
XYZ 35.17 25.49 9.37 -
YUV 135.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 218 105 73 0 0.52 0.67 0.15 13.24 0.66 0.57
Hex DA 69 49 0 34 43 F D 42 39
Octal 332 151 111 0 64 103 17 15 102 71
Binary 11011010 1101001 1001001 0 110100 1000011 1111 1101 1000010 111001

Color Harmonies of #DA6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6949

Black with #DA6949

Text Example


Text Example

White with #DA6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6949; }

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

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

background-color css

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

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

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

border-color css

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

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

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