Html Css Color HEX #DA686F Froly

📋 copy color: '#DA686F'

red 218 ◦ green 104 ◦ blue 111

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

Shades of Froly #DA686F

Tints of Froly #DA686F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.64%

R = 50.35%
G = 24.02%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA686F (or 0xDA686F) is known color: Froly. HEX triplet: DA, 68 and 6F. RGB value is (218,104,111). Sum of RGB (Red+Green+Blue) = 218+104+111=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA686F is #259790. Grayscale: #8A8A8A. Windows color (decimal): -2463633 or 7301338. OLE color: 7301338.

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

Color convert

RGB 218 104 111 -
CMYK 0 0.52 0.49 0.15
HSL 356.32º 0.61% 0.63% -
HSV(B) 356.32º 0.52% 0.85% -
XYZ 36.73 25.95 18.11 -
YUV 138.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 218 104 111 0 0.52 0.49 0.15 356.32 0.61 0.63
Hex DA 68 6F 0 34 31 F 164 3D 3F
Octal 332 150 157 0 64 61 17 544 75 77
Binary 11011010 1101000 1101111 0 110100 110001 1111 101100100 111101 111111

Color Harmonies of #DA686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA686F

Black with #DA686F

Text Example


Text Example

White with #DA686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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