Html Css Color HEX #DA5D48 Flamingo

📋 copy color: '#DA5D48'

red 218 ◦ green 93 ◦ blue 72

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

Shades of Flamingo #DA5D48

Tints of Flamingo #DA5D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.28%

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

R = 56.92%
G = 24.28%
B = 18.8%

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

#DA5D48 (or 0xDA5D48) is known color: Flamingo. HEX triplet: DA, 5D and 48. RGB value is (218,93,72). Sum of RGB (Red+Green+Blue) = 218+93+72=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D48 is #25A2B7. Grayscale: #808080. Windows color (decimal): -2466488 or 4742618. OLE color: 4742618.

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

Color convert

RGB 218 93 72 -
CMYK 0 0.57 0.67 0.15
HSL 8.63º 0.66% 0.57% -
HSV(B) 8.63º 0.67% 0.85% -
XYZ 34 23.2 8.82 -
YUV 127.98 96.41 192.21 -
System Red Green Blue C M Y K H S L
Decimal 218 93 72 0 0.57 0.67 0.15 8.63 0.66 0.57
Hex DA 5D 48 0 39 43 F 9 42 39
Octal 332 135 110 0 71 103 17 11 102 71
Binary 11011010 1011101 1001000 0 111001 1000011 1111 1001 1000010 111001

Color Harmonies of #DA5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D48

Black with #DA5D48

Text Example


Text Example

White with #DA5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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