Html Css Color HEX #DA6854 Flamingo

📋 copy color: '#DA6854'

red 218 ◦ green 104 ◦ blue 84

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

Shades of Flamingo #DA6854

Tints of Flamingo #DA6854

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.62%

 BLUE value IS 84 (33.2% from 255) = 20.69%

R = 53.69%
G = 25.62%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA6854 (or 0xDA6854) is known color: Flamingo. HEX triplet: DA, 68 and 54. RGB value is (218,104,84). Sum of RGB (Red+Green+Blue) = 218+104+84=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6854 is #2597AB. Grayscale: #888888. Windows color (decimal): -2463660 or 5531866. OLE color: 5531866.

HSL color Cylindrical-coordinate representation of color #DA6854: hue angle of 8.96º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA6854 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 104 84 -
CMYK 0 0.52 0.61 0.15
HSL 8.96º 0.64% 0.59% -
HSV(B) 8.96º 0.61% 0.85% -
XYZ 35.46 25.45 11.43 -
YUV 135.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 218 104 84 0 0.52 0.61 0.15 8.96 0.64 0.59
Hex DA 68 54 0 34 3D F 9 40 3B
Octal 332 150 124 0 64 75 17 11 100 73
Binary 11011010 1101000 1010100 0 110100 111101 1111 1001 1000000 111011

Color Harmonies of #DA6854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6854

Black with #DA6854

Text Example


Text Example

White with #DA6854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6854; }

 p { color: rgb(218,104,84); }

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

background-color css

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

 a { background-color: rgb(218,104,84); }

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

border-color css

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

 span { border-color: rgb(218,104,84); }

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