Html Css Color HEX #DF686D Froly

📋 copy color: '#DF686D'

red 223 ◦ green 104 ◦ blue 109

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

Shades of Froly #DF686D

Tints of Froly #DF686D

RGB

 RED value IS 223 (87.5% from 255) = 51.15%

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

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

R = 51.15%
G = 23.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF686D (or 0xDF686D) is known color: Froly. HEX triplet: DF, 68 and 6D. RGB value is (223,104,109). Sum of RGB (Red+Green+Blue) = 223+104+109=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF686D is #209792. Grayscale: #8C8C8C. Windows color (decimal): -2135955 or 7170271. OLE color: 7170271.

HSL color Cylindrical-coordinate representation of color #DF686D: hue angle of 357.48º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF686D is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 104 109 -
CMYK 0 0.53 0.51 0.13
HSL 357.48º 0.65% 0.64% -
HSV(B) 357.48º 0.53% 0.87% -
XYZ 38.14 26.69 17.61 -
YUV 140.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 223 104 109 0 0.53 0.51 0.13 357.48 0.65 0.64
Hex DF 68 6D 0 35 33 D 165 41 40
Octal 337 150 155 0 65 63 15 545 101 100
Binary 11011111 1101000 1101101 0 110101 110011 1101 101100101 1000001 1000000

Color Harmonies of #DF686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF686D

Black with #DF686D

Text Example


Text Example

White with #DF686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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