Html Css Color HEX #DA6454 Flamingo

📋 copy color: '#DA6454'

red 218 ◦ green 100 ◦ blue 84

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

Shades of Flamingo #DA6454

Tints of Flamingo #DA6454

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.88%

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

R = 54.23%
G = 24.88%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA6454 (or 0xDA6454) is known color: Flamingo. HEX triplet: DA, 64 and 54. RGB value is (218,100,84). Sum of RGB (Red+Green+Blue) = 218+100+84=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6454 is #259BAB. Grayscale: #858585. Windows color (decimal): -2464684 or 5530842. OLE color: 5530842.

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

Color convert

RGB 218 100 84 -
CMYK 0 0.54 0.61 0.15
HSL 7.16º 0.64% 0.59% -
HSV(B) 7.16º 0.61% 0.85% -
XYZ 35.07 24.66 11.3 -
YUV 133.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 218 100 84 0 0.54 0.61 0.15 7.16 0.64 0.59
Hex DA 64 54 0 36 3D F 7 40 3B
Octal 332 144 124 0 66 75 17 7 100 73
Binary 11011010 1100100 1010100 0 110110 111101 1111 111 1000000 111011

Color Harmonies of #DA6454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6454

Black with #DA6454

Text Example


Text Example

White with #DA6454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6454; }

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

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

background-color css

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

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

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

border-color css

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

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

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