Html Css Color HEX #DA624A Flamingo

📋 copy color: '#DA624A'

red 218 ◦ green 98 ◦ blue 74

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

Shades of Flamingo #DA624A

Tints of Flamingo #DA624A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 55.9%
G = 25.13%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA624A (or 0xDA624A) is known color: Flamingo. HEX triplet: DA, 62 and 4A. RGB value is (218,98,74). Sum of RGB (Red+Green+Blue) = 218+98+74=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA624A is #259DB5. Grayscale: #838383. Windows color (decimal): -2465206 or 4874970. OLE color: 4874970.

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

Color convert

RGB 218 98 74 -
CMYK 0 0.55 0.66 0.15
HSL 10º 0.66% 0.57% -
HSV(B) 10º 0.66% 0.85% -
XYZ 34.52 24.14 9.32 -
YUV 131.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 218 98 74 0 0.55 0.66 0.15 10 0.66 0.57
Hex DA 62 4A 0 37 42 F A 42 39
Octal 332 142 112 0 67 102 17 12 102 71
Binary 11011010 1100010 1001010 0 110111 1000010 1111 1010 1000010 111001

Color Harmonies of #DA624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA624A

Black with #DA624A

Text Example


Text Example

White with #DA624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA624A; }

 p { color: rgb(218,98,74); }

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

background-color css

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

 a { background-color: rgb(218,98,74); }

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

border-color css

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

 span { border-color: rgb(218,98,74); }

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