Html Css Color HEX #DC686E Froly

📋 copy color: '#DC686E'

red 220 ◦ green 104 ◦ blue 110

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

Shades of Froly #DC686E

Tints of Froly #DC686E

RGB

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

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

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

R = 50.69%
G = 23.96%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC686E (or 0xDC686E) is known color: Froly. HEX triplet: DC, 68 and 6E. RGB value is (220,104,110). Sum of RGB (Red+Green+Blue) = 220+104+110=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC686E is #239791. Grayscale: #8B8B8B. Windows color (decimal): -2332562 or 7235804. OLE color: 7235804.

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

Color convert

RGB 220 104 110 -
CMYK 0 0.53 0.50 0.14
HSL 356.9º 0.62% 0.64% -
HSV(B) 356.9º 0.53% 0.86% -
XYZ 37.28 26.24 17.85 -
YUV 139.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 220 104 110 0 0.53 0.50 0.14 356.9 0.62 0.64
Hex DC 68 6E 0 35 32 E 165 3E 40
Octal 334 150 156 0 65 62 16 545 76 100
Binary 11011100 1101000 1101110 0 110101 110010 1110 101100101 111110 1000000

Color Harmonies of #DC686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC686E

Black with #DC686E

Text Example


Text Example

White with #DC686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC686E; }

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

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

background-color css

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

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

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

border-color css

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

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

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