Html Css Color HEX #DA5D46 Flamingo

📋 copy color: '#DA5D46'

red 218 ◦ green 93 ◦ blue 70

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

Shades of Flamingo #DA5D46

Tints of Flamingo #DA5D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 57.22%
G = 24.41%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA5D46 (or 0xDA5D46) is known color: Flamingo. HEX triplet: DA, 5D and 46. RGB value is (218,93,70). Sum of RGB (Red+Green+Blue) = 218+93+70=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D46 is #25A2B9. Grayscale: #7F7F7F. Windows color (decimal): -2466490 or 4611546. OLE color: 4611546.

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

Color convert

RGB 218 93 70 -
CMYK 0 0.57 0.68 0.15
HSL 9.32º 0.67% 0.56% -
HSV(B) 9.32º 0.68% 0.85% -
XYZ 33.93 23.18 8.48 -
YUV 127.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 218 93 70 0 0.57 0.68 0.15 9.32 0.67 0.56
Hex DA 5D 46 0 39 44 F 9 43 38
Octal 332 135 106 0 71 104 17 11 103 70
Binary 11011010 1011101 1000110 0 111001 1000100 1111 1001 1000011 111000

Color Harmonies of #DA5D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D46

Black with #DA5D46

Text Example


Text Example

White with #DA5D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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