Html Css Color HEX #DA614D Flamingo

📋 copy color: '#DA614D'

red 218 ◦ green 97 ◦ blue 77

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

Shades of Flamingo #DA614D

Tints of Flamingo #DA614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.74%

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

R = 55.61%
G = 24.74%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA614D (or 0xDA614D) is known color: Flamingo. HEX triplet: DA, 61 and 4D. RGB value is (218,97,77). Sum of RGB (Red+Green+Blue) = 218+97+77=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA614D is #259EB2. Grayscale: #838383. Windows color (decimal): -2465459 or 5071322. OLE color: 5071322.

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

Color convert

RGB 218 97 77 -
CMYK 0 0.56 0.65 0.15
HSL 8.51º 0.66% 0.58% -
HSV(B) 8.51º 0.65% 0.85% -
XYZ 34.53 23.99 9.83 -
YUV 130.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 218 97 77 0 0.56 0.65 0.15 8.51 0.66 0.58
Hex DA 61 4D 0 38 41 F 9 42 3A
Octal 332 141 115 0 70 101 17 11 102 72
Binary 11011010 1100001 1001101 0 111000 1000001 1111 1001 1000010 111010

Color Harmonies of #DA614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA614D

Black with #DA614D

Text Example


Text Example

White with #DA614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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