Html Css Color HEX #DD686E Froly

📋 copy color: '#DD686E'

red 221 ◦ green 104 ◦ blue 110

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

Shades of Froly #DD686E

Tints of Froly #DD686E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.29%

R = 50.8%
G = 23.91%
B = 25.29%

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

#DD686E (or 0xDD686E) is known color: Froly. HEX triplet: DD, 68 and 6E. RGB value is (221,104,110). Sum of RGB (Red+Green+Blue) = 221+104+110=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD686E is #229791. Grayscale: #8B8B8B. Windows color (decimal): -2267026 or 7235805. OLE color: 7235805.

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

Color convert

RGB 221 104 110 -
CMYK 0 0.53 0.50 0.13
HSL 356.92º 0.63% 0.64% -
HSV(B) 356.92º 0.53% 0.87% -
XYZ 37.58 26.4 17.87 -
YUV 139.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 221 104 110 0 0.53 0.50 0.13 356.92 0.63 0.64
Hex DD 68 6E 0 35 32 D 165 3F 40
Octal 335 150 156 0 65 62 15 545 77 100
Binary 11011101 1101000 1101110 0 110101 110010 1101 101100101 111111 1000000

Color Harmonies of #DD686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD686E

Black with #DD686E

Text Example


Text Example

White with #DD686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD686E; }

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

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

background-color css

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

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

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

border-color css

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

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

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