Html Css Color HEX #DD686A Froly

📋 copy color: '#DD686A'

red 221 ◦ green 104 ◦ blue 106

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

Shades of Froly #DD686A

Tints of Froly #DD686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.59%

R = 51.28%
G = 24.13%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD686A (or 0xDD686A) is known color: Froly. HEX triplet: DD, 68 and 6A. RGB value is (221,104,106). Sum of RGB (Red+Green+Blue) = 221+104+106=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD686A is #229795. Grayscale: #8B8B8B. Windows color (decimal): -2267030 or 6973661. OLE color: 6973661.

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

Color convert

RGB 221 104 106 -
CMYK 0 0.53 0.52 0.13
HSL 358.97º 0.63% 0.64% -
HSV(B) 358.97º 0.53% 0.87% -
XYZ 37.37 26.31 16.75 -
YUV 139.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 221 104 106 0 0.53 0.52 0.13 358.97 0.63 0.64
Hex DD 68 6A 0 35 34 D 167 3F 40
Octal 335 150 152 0 65 64 15 547 77 100
Binary 11011101 1101000 1101010 0 110101 110100 1101 101100111 111111 1000000

Color Harmonies of #DD686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD686A

Black with #DD686A

Text Example


Text Example

White with #DD686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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