Html Css Color HEX #DA684F Flamingo

📋 copy color: '#DA684F'

red 218 ◦ green 104 ◦ blue 79

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

Shades of Flamingo #DA684F

Tints of Flamingo #DA684F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.7%

R = 54.36%
G = 25.94%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA684F (or 0xDA684F) is known color: Flamingo. HEX triplet: DA, 68 and 4F. RGB value is (218,104,79). Sum of RGB (Red+Green+Blue) = 218+104+79=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA684F is #2597B0. Grayscale: #878787. Windows color (decimal): -2463665 or 5204186. OLE color: 5204186.

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

Color convert

RGB 218 104 79 -
CMYK 0 0.52 0.64 0.15
HSL 10.79º 0.65% 0.58% -
HSV(B) 10.79º 0.64% 0.85% -
XYZ 35.28 25.37 10.43 -
YUV 135.24 96.27 187.03 -
System Red Green Blue C M Y K H S L
Decimal 218 104 79 0 0.52 0.64 0.15 10.79 0.65 0.58
Hex DA 68 4F 0 34 40 F B 41 3A
Octal 332 150 117 0 64 100 17 13 101 72
Binary 11011010 1101000 1001111 0 110100 1000000 1111 1011 1000001 111010

Color Harmonies of #DA684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA684F

Black with #DA684F

Text Example


Text Example

White with #DA684F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA684F; }

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

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

background-color css

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

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

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

border-color css

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

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

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