Html Css Color HEX #DA624D Flamingo

📋 copy color: '#DA624D'

red 218 ◦ green 98 ◦ blue 77

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

Shades of Flamingo #DA624D

Tints of Flamingo #DA624D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.59%

R = 55.47%
G = 24.94%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA624D (or 0xDA624D) is known color: Flamingo. HEX triplet: DA, 62 and 4D. RGB value is (218,98,77). Sum of RGB (Red+Green+Blue) = 218+98+77=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA624D is #259DB2. Grayscale: #838383. Windows color (decimal): -2465203 or 5071578. OLE color: 5071578.

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

Color convert

RGB 218 98 77 -
CMYK 0 0.55 0.65 0.15
HSL 8.94º 0.66% 0.58% -
HSV(B) 8.94º 0.65% 0.85% -
XYZ 34.62 24.18 9.86 -
YUV 131.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 218 98 77 0 0.55 0.65 0.15 8.94 0.66 0.58
Hex DA 62 4D 0 37 41 F 9 42 3A
Octal 332 142 115 0 67 101 17 11 102 72
Binary 11011010 1100010 1001101 0 110111 1000001 1111 1001 1000010 111010

Color Harmonies of #DA624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA624D

Black with #DA624D

Text Example


Text Example

White with #DA624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA624D; }

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

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

background-color css

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

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

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

border-color css

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

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

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