Html Css Color HEX #DD686F Froly

📋 copy color: '#DD686F'

red 221 ◦ green 104 ◦ blue 111

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

Shades of Froly #DD686F

Tints of Froly #DD686F

RGB

 RED value IS 221 (86.72% from 255) = 50.69%

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

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

R = 50.69%
G = 23.85%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD686F (or 0xDD686F) is known color: Froly. HEX triplet: DD, 68 and 6F. RGB value is (221,104,111). Sum of RGB (Red+Green+Blue) = 221+104+111=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD686F is #229790. Grayscale: #8B8B8B. Windows color (decimal): -2267025 or 7301341. OLE color: 7301341.

HSL color Cylindrical-coordinate representation of color #DD686F: hue angle of 356.41º degrees, saturation: 0.63, 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 #DD686F is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 104 111 -
CMYK 0 0.53 0.50 0.13
HSL 356.41º 0.63% 0.64% -
HSV(B) 356.41º 0.53% 0.87% -
XYZ 37.64 26.42 18.15 -
YUV 139.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 221 104 111 0 0.53 0.50 0.13 356.41 0.63 0.64
Hex DD 68 6F 0 35 32 D 164 3F 40
Octal 335 150 157 0 65 62 15 544 77 100
Binary 11011101 1101000 1101111 0 110101 110010 1101 101100100 111111 1000000

Color Harmonies of #DD686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD686F

Black with #DD686F

Text Example


Text Example

White with #DD686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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