Html Css Color HEX #DC686B Froly

📋 copy color: '#DC686B'

red 220 ◦ green 104 ◦ blue 107

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

Shades of Froly #DC686B

Tints of Froly #DC686B

RGB

 RED value IS 220 (86.33% from 255) = 51.04%

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

 BLUE value IS 107 (42.19% from 255) = 24.83%

R = 51.04%
G = 24.13%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC686B (or 0xDC686B) is known color: Froly. HEX triplet: DC, 68 and 6B. RGB value is (220,104,107). Sum of RGB (Red+Green+Blue) = 220+104+107=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC686B is #239794. Grayscale: #8B8B8B. Windows color (decimal): -2332565 or 7039196. OLE color: 7039196.

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

Color convert

RGB 220 104 107 -
CMYK 0 0.53 0.51 0.14
HSL 358.45º 0.62% 0.64% -
HSV(B) 358.45º 0.53% 0.86% -
XYZ 37.12 26.18 17.01 -
YUV 139.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 220 104 107 0 0.53 0.51 0.14 358.45 0.62 0.64
Hex DC 68 6B 0 35 33 E 166 3E 40
Octal 334 150 153 0 65 63 16 546 76 100
Binary 11011100 1101000 1101011 0 110101 110011 1110 101100110 111110 1000000

Color Harmonies of #DC686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC686B

Black with #DC686B

Text Example


Text Example

White with #DC686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC686B; }

 p { color: rgb(220,104,107); }

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

background-color css

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

 a { background-color: rgb(220,104,107); }

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

border-color css

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

 span { border-color: rgb(220,104,107); }

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