Html Css Color HEX #DA684C Flamingo

📋 copy color: '#DA684C'

red 218 ◦ green 104 ◦ blue 76

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

Shades of Flamingo #DA684C

Tints of Flamingo #DA684C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 54.77%
G = 26.13%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA684C (or 0xDA684C) is known color: Flamingo. HEX triplet: DA, 68 and 4C. RGB value is (218,104,76). Sum of RGB (Red+Green+Blue) = 218+104+76=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA684C is #2597B3. Grayscale: #878787. Windows color (decimal): -2463668 or 5007578. OLE color: 5007578.

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

Color convert

RGB 218 104 76 -
CMYK 0 0.52 0.65 0.15
HSL 11.83º 0.66% 0.58% -
HSV(B) 11.83º 0.65% 0.85% -
XYZ 35.17 25.33 9.87 -
YUV 134.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 218 104 76 0 0.52 0.65 0.15 11.83 0.66 0.58
Hex DA 68 4C 0 34 41 F C 42 3A
Octal 332 150 114 0 64 101 17 14 102 72
Binary 11011010 1101000 1001100 0 110100 1000001 1111 1100 1000010 111010

Color Harmonies of #DA684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA684C

Black with #DA684C

Text Example


Text Example

White with #DA684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA684C; }

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

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

background-color css

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

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

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

border-color css

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

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

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