Html Css Color HEX #DA686D Froly

📋 copy color: '#DA686D'

red 218 ◦ green 104 ◦ blue 109

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

Shades of Froly #DA686D

Tints of Froly #DA686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.29%

R = 50.58%
G = 24.13%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA686D (or 0xDA686D) is known color: Froly. HEX triplet: DA, 68 and 6D. RGB value is (218,104,109). Sum of RGB (Red+Green+Blue) = 218+104+109=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA686D is #259792. Grayscale: #8A8A8A. Windows color (decimal): -2463635 or 7170266. OLE color: 7170266.

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

Color convert

RGB 218 104 109 -
CMYK 0 0.52 0.5 0.15
HSL 357.37º 0.61% 0.63% -
HSV(B) 357.37º 0.52% 0.85% -
XYZ 36.62 25.91 17.54 -
YUV 138.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 218 104 109 0 0.52 0.5 0.15 357.37 0.61 0.63
Hex DA 68 6D 0 34 32 F 165 3D 3F
Octal 332 150 155 0 64 62 17 545 75 77
Binary 11011010 1101000 1101101 0 110100 110010 1111 101100101 111101 111111

Color Harmonies of #DA686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA686D

Black with #DA686D

Text Example


Text Example

White with #DA686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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