Html Css Color HEX #DA5E48 Flamingo

📋 copy color: '#DA5E48'

red 218 ◦ green 94 ◦ blue 72

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

Shades of Flamingo #DA5E48

Tints of Flamingo #DA5E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.48%

 BLUE value IS 72 (28.52% from 255) = 18.75%

R = 56.77%
G = 24.48%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5E48 (or 0xDA5E48) is known color: Flamingo. HEX triplet: DA, 5E and 48. RGB value is (218,94,72). Sum of RGB (Red+Green+Blue) = 218+94+72=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E48 is #25A1B7. Grayscale: #808080. Windows color (decimal): -2466232 or 4742874. OLE color: 4742874.

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

Color convert

RGB 218 94 72 -
CMYK 0 0.57 0.67 0.15
HSL 9.04º 0.66% 0.57% -
HSV(B) 9.04º 0.67% 0.85% -
XYZ 34.09 23.38 8.85 -
YUV 128.57 96.08 191.79 -
System Red Green Blue C M Y K H S L
Decimal 218 94 72 0 0.57 0.67 0.15 9.04 0.66 0.57
Hex DA 5E 48 0 39 43 F 9 42 39
Octal 332 136 110 0 71 103 17 11 102 71
Binary 11011010 1011110 1001000 0 111001 1000011 1111 1001 1000010 111001

Color Harmonies of #DA5E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E48

Black with #DA5E48

Text Example


Text Example

White with #DA5E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E48; }

 p { color: rgb(218,94,72); }

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

background-color css

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

 a { background-color: rgb(218,94,72); }

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

border-color css

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

 span { border-color: rgb(218,94,72); }

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